Html Css Color HEX #5874EA Royal Blue

📋 copy color: '#5874EA'

red 88 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #5874EA

Tints of Royal Blue #5874EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 20.09%
G = 26.48%
B = 53.42%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5874EA (or 0x5874EA) is known color: Royal Blue. HEX triplet: 58, 74 and EA. RGB value is (88,116,234). Sum of RGB (Red+Green+Blue) = 88+116+234=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #5874EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5874EA is #A78B15. Grayscale: #787878. Windows color (decimal): -10980118 or 15365208. OLE color: 15365208.

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

Color convert

RGB 88 116 234 -
CMYK 0.62 0.50 0 0.08
HSL 228.49º 0.78% 0.63% -
HSV(B) 228.49º 0.62% 0.92% -
XYZ 25.12 20.51 80.48 -
YUV 121.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 88 116 234 0.62 0.50 0 0.08 228.49 0.78 0.63
Hex 58 74 EA 3E 32 0 8 E4 4E 3F
Octal 130 164 352 76 62 0 10 344 116 77
Binary 1011000 1110100 11101010 111110 110010 0 1000 11100100 1001110 111111

Color Harmonies of #5874EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874EA

Black with #5874EA

Text Example


Text Example

White with #5874EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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