#5266DF

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

Shades of Royal Blue #5266DF

Tints of Royal Blue #5266DF

Color information

#5266DF (or 0x5266DF) is unknown color: approx Royal Blue. HEX triplet: 52, 66 and DF. RGB value is (82,102,223). Sum of RGB (Red+Green+Blue) = 82+102+223=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5266DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266DF is #AD9920. Grayscale: #6D6D6D. Windows color (decimal): -11376929 or 14640722. OLE color: 14640722.

HSL color Cylindrical-coordinate representation of color #5266DF: hue angle of 231.49º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5266DF is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82102223-
CMYK0.630.5400.13
HSL231.49º68.78%59.8%-
HSV(B)231.49º63.23%87.45%-
XYZ21.5516.6271.89-
YUV109.81191.87108.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=20.15%
G=25.06%
B=54.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821022230.630.5400.13231.4968.7859.8
Hex5266DF3F360De7453c
Octal122146337776601534710574
Binary101001011001101101111111111111011001101111001111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5266DF; }

 p { color: rgb(82,102,223); }

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

<style>
 a { background-color: #5266DF; }

 a { background-color: rgb(82,102,223); }

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

<style>
 span { border-color: #5266DF; }

 span { border-color: rgb(82,102,223); }

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