#5874DE

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

Shades of Royal Blue #5874DE

Tints of Royal Blue #5874DE

Color information

#5874DE (or 0x5874DE) is unknown color: approx Royal Blue. HEX triplet: 58, 74 and DE. RGB value is (88,116,222). Sum of RGB (Red+Green+Blue) = 88+116+222=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #5874DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874DE is #A78B21. Grayscale: #777777. Windows color (decimal): -10980130 or 14578776. OLE color: 14578776.

HSL color Cylindrical-coordinate representation of color #5874DE: hue angle of 227.46º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5874DE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88116222-
CMYK0.600.4800.13
HSL227.46º67%60.78%-
HSV(B)227.46º60.36%87.06%-
XYZ23.4519.8471.7-
YUV119.71185.72105.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.66%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=20.66%
G=27.23%
B=52.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881162220.600.4800.13227.466760.78
Hex5874DE3C300De3433d
Octal130164336746001534310375
Binary101100011101001101111011110011000001101111000111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5874DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5874DE; }

 p { color: rgb(88,116,222); }

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

<style>
 a { background-color: #5874DE; }

 a { background-color: rgb(88,116,222); }

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

<style>
 span { border-color: #5874DE; }

 span { border-color: rgb(88,116,222); }

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