#5267DD

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

Shades of Royal Blue #5267DD

Tints of Royal Blue #5267DD

Color information

#5267DD (or 0x5267DD) is unknown color: approx Royal Blue. HEX triplet: 52, 67 and DD. RGB value is (82,103,221). Sum of RGB (Red+Green+Blue) = 82+103+221=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #5267DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267DD is #AD9822. Grayscale: #6D6D6D. Windows color (decimal): -11376675 or 14509906. OLE color: 14509906.

HSL color Cylindrical-coordinate representation of color #5267DD: hue angle of 230.94º 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 #5267DD is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82103221-
CMYK0.630.5300.13
HSL230.94º67.15%59.41%-
HSV(B)230.94º62.9%86.67%-
XYZ21.3816.7170.51-
YUV110.17190.54107.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 221 (86.72% from 255) = 54.43%
R=20.20%
G=25.37%
B=54.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821032210.630.5300.13230.9467.1559.41
Hex5267DD3F350De7433b
Octal122147335776501534710373
Binary101001011001111101110111111111010101101111001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5267DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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