#5266DD

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

Shades of Royal Blue #5266DD

Tints of Royal Blue #5266DD

Color information

#5266DD (or 0x5266DD) is unknown color: approx Royal Blue. HEX triplet: 52, 66 and DD. RGB value is (82,102,221). Sum of RGB (Red+Green+Blue) = 82+102+221=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #5266DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266DD is #AD9922. Grayscale: #6D6D6D. Windows color (decimal): -11376931 or 14509650. OLE color: 14509650.

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

Color convert

RGB82102221-
CMYK0.630.5400.13
HSL231.37º67.15%59.41%-
HSV(B)231.37º62.9%86.67%-
XYZ21.2816.5270.47-
YUV109.59190.87108.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=20.25%
G=25.19%
B=54.57%

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
Decimal821022210.630.5400.13231.3767.1559.41
Hex5266DD3F360De7433b
Octal122146335776601534710373
Binary101001011001101101110111111111011001101111001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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