#5875EA

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

Shades of Royal Blue #5875EA

Tints of Royal Blue #5875EA

Color information

#5875EA (or 0x5875EA) is unknown color: approx Royal Blue. HEX triplet: 58, 75 and EA. RGB value is (88,117,234). Sum of RGB (Red+Green+Blue) = 88+117+234=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #5875EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5875EA is #A78A15. Grayscale: #797979. Windows color (decimal): -10979862 or 15365464. OLE color: 15365464.

HSL color Cylindrical-coordinate representation of color #5875EA: hue angle of 228.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5875EA is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88117234-
CMYK0.620.500.08
HSL228.08º77.66%63.14%-
HSV(B)228.08º62.39%91.76%-
XYZ25.2420.7480.51-
YUV121.67191.39103.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 234 (91.80% from 255) = 53.30%
R=20.05%
G=26.65%
B=53.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881172340.620.500.08228.0877.6663.14
Hex5875EA3E3208e44e3f
Octal130165352766201034411677
Binary101100011101011110101011111011001001000111001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5875EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5875EA; }

 p { color: rgb(88,117,234); }

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

<style>
 a { background-color: #5875EA; }

 a { background-color: rgb(88,117,234); }

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

<style>
 span { border-color: #5875EA; }

 span { border-color: rgb(88,117,234); }

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