#5066d3

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

Shades of Royal Blue #5066D3

Tints of Royal Blue #5066D3

Color information

#5066D3 (or 0x5066D3) is unknown color: approx Royal Blue. HEX triplet: 50, 66 and D3. RGB value is (80,102,211). Sum of RGB (Red+Green+Blue) = 80+102+211=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #5066D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066D3 is #AF992C. Grayscale: #6B6B6B. Windows color (decimal): -11508013 or 13854288. OLE color: 13854288.

HSL color Cylindrical-coordinate representation of color #5066D3: hue angle of 229.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5066D3 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB80102211-
CMYK0.620.5200.17
HSL229.92º59.82%57.06%-
HSV(B)229.92º62.09%82.75%-
XYZ19.8215.9163.65-
YUV107.85186.21108.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 211 (82.81% from 255) = 53.69%
R=20.36%
G=25.95%
B=53.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal801022110.620.5200.17229.9259.8257.06
Hex5066D33E34011e63c39
Octal12014632376640213467471
Binary101000011001101101001111111011010001000111100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5066d3; }

 p { color: rgb(80,102,211); }

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

<style>
 a { background-color: #5066d3; }

 a { background-color: rgb(80,102,211); }

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

<style>
 span { border-color: #5066d3; }

 span { border-color: rgb(80,102,211); }

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