#5269DF

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

Shades of Royal Blue #5269DF

Tints of Royal Blue #5269DF

Color information

#5269DF (or 0x5269DF) is unknown color: approx Royal Blue. HEX triplet: 52, 69 and DF. RGB value is (82,105,223). Sum of RGB (Red+Green+Blue) = 82+105+223=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #5269DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5269DF is #AD9620. Grayscale: #6F6F6F. Windows color (decimal): -11376161 or 14641490. OLE color: 14641490.

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

Color convert

RGB82105223-
CMYK0.630.5300.13
HSL230.21º68.78%59.8%-
HSV(B)230.21º63.23%87.45%-
XYZ21.8517.2271.99-
YUV111.57190.88106.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=20%
G=25.61%
B=54.39%

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
Decimal821052230.630.5300.13230.2168.7859.8
Hex5269DF3F350De6453c
Octal122151337776501534610574
Binary101001011010011101111111111111010101101111001101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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