#5E71DF

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

Shades of Royal Blue #5E71DF

Tints of Royal Blue #5E71DF

Color information

#5E71DF (or 0x5E71DF) is unknown color: approx Royal Blue. HEX triplet: 5E, 71 and DF. RGB value is (94,113,223). Sum of RGB (Red+Green+Blue) = 94+113+223=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E71DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E71DF is #A18E20. Grayscale: #777777. Windows color (decimal): -10587681 or 14643550. OLE color: 14643550.

HSL color Cylindrical-coordinate representation of color #5E71DF: hue angle of 231.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E71DF is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94113223-
CMYK0.580.4900.13
HSL231.16º66.84%62.16%-
HSV(B)231.16º57.85%87.45%-
XYZ23.8419.5272.32-
YUV119.86186.21109.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=21.86%
G=26.28%
B=51.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941132230.580.4900.13231.1666.8462.16
Hex5E71DF3A310De7433e
Octal136161337726101534710376
Binary101111011100011101111111101011000101101111001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E71DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E71DF; }

 p { color: rgb(94,113,223); }

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

<style>
 a { background-color: #5E71DF; }

 a { background-color: rgb(94,113,223); }

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

<style>
 span { border-color: #5E71DF; }

 span { border-color: rgb(94,113,223); }

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