#506FFE

Color #506FFE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #506FFE

Tints of Royal Blue #506FFE

Color information

#506FFE (or 0x506FFE) is unknown color: approx Royal Blue. HEX triplet: 50, 6F and FE. RGB value is (80,111,254). Sum of RGB (Red+Green+Blue) = 80+111+254=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #506FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FFE is #AF9001. Grayscale: #757575. Windows color (decimal): -11505666 or 16674640. OLE color: 16674640.

HSL color Cylindrical-coordinate representation of color #506FFE: hue angle of 229.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506FFE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB80111254-
CMYK0.690.5600.00
HSL229.31º98.86%65.49%-
HSV(B)229.31º68.5%99.61%-
XYZ26.8820.2396.25-
YUV118.03204.73100.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 17.98%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=17.98%
G=24.94%
B=57.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal801112540.690.5600.00229.3198.8665.49
Hex506FFE453800e56341
Octal1201573761057000345143101
Binary10100001101111111111101000101111000001110010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506FFE; }

 p { color: rgb(80,111,254); }

 H1.HeaderClassName
 {
   color: #506FFE;
 }
 .AnyTagClassName
 {
   color: #506FFE;
 }
</style>
background-color css

<style>
 a { background-color: #506FFE; }

 a { background-color: rgb(80,111,254); }

 div.DivClassName
 {
   background-color: #506FFE;
 }
 .BgClassName
 {
   background-color: #506FFE;
 }
</style>
border-color css

<style>
 span { border-color: #506FFE; }

 span { border-color: rgb(80,111,254); }

 td.TdClassName
 {
   border-color: #506FFE;
 }
 .TagClassName
 {
   border-color: #506FFE;
 }
</style>