Html Css Color HEX #5870EA Royal Blue

📋 copy color: '#5870EA'

red 88 ◦ green 112 ◦ blue 234

#5870EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5870EA

Tints of Royal Blue #5870EA

RGB

 RED value IS 88 (34.77% from 255) = 20.28%

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 20.28%
G = 25.81%
B = 53.92%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5870EA (or 0x5870EA) is known color: Royal Blue. HEX triplet: 58, 70 and EA. RGB value is (88,112,234). Sum of RGB (Red+Green+Blue) = 88+112+234=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #5870EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5870EA is #A78F15. Grayscale: #767676. Windows color (decimal): -10981142 or 15364184. OLE color: 15364184.

HSL color Cylindrical-coordinate representation of color #5870EA: hue angle of 230.14º 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 #5870EA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 112 234 -
CMYK 0.62 0.52 0 0.08
HSL 230.14º 0.78% 0.63% -
HSV(B) 230.14º 0.62% 0.92% -
XYZ 24.67 19.6 80.33 -
YUV 118.73 193.05 106.08 -
System Red Green Blue C M Y K H S L
Decimal 88 112 234 0.62 0.52 0 0.08 230.14 0.78 0.63
Hex 58 70 EA 3E 34 0 8 E6 4E 3F
Octal 130 160 352 76 64 0 10 346 116 77
Binary 1011000 1110000 11101010 111110 110100 0 1000 11100110 1001110 111111

Color Harmonies of #5870EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870EA

Black with #5870EA

Text Example


Text Example

White with #5870EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5870EA;
 }
 .AnyTagClassName
 {
   color: #5870EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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