Html Css Color HEX #5873E4 Royal Blue

📋 copy color: '#5873E4'

red 88 ◦ green 115 ◦ blue 228

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

Shades of Royal Blue #5873E4

Tints of Royal Blue #5873E4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 228 (89.45% from 255) = 52.9%

R = 20.42%
G = 26.68%
B = 52.9%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5873E4 (or 0x5873E4) is known color: Royal Blue. HEX triplet: 58, 73 and E4. RGB value is (88,115,228). Sum of RGB (Red+Green+Blue) = 88+115+228=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #5873E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873E4 is #A78C1B. Grayscale: #777777. Windows color (decimal): -10980380 or 14971736. OLE color: 14971736.

HSL color Cylindrical-coordinate representation of color #5873E4: hue angle of 228.43º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5873E4 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 115 228 -
CMYK 0.61 0.50 0 0.11
HSL 228.43º 0.72% 0.62% -
HSV(B) 228.43º 0.61% 0.89% -
XYZ 24.16 19.94 75.97 -
YUV 119.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 88 115 228 0.61 0.50 0 0.11 228.43 0.72 0.62
Hex 58 73 E4 3D 32 0 B E4 48 3E
Octal 130 163 344 75 62 0 13 344 110 76
Binary 1011000 1110011 11100100 111101 110010 0 1011 11100100 1001000 111110

Color Harmonies of #5873E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5873E4

Black with #5873E4

Text Example


Text Example

White with #5873E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5873E4; }

 p { color: rgb(88,115,228); }

 H1.HeaderClassName
 {
   color: #5873E4;
 }
 .AnyTagClassName
 {
   color: #5873E4;
 }
</style>

background-color css

<style>
 a { background-color: #5873E4; }

 a { background-color: rgb(88,115,228); }

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

border-color css

<style>
 span { border-color: #5873E4; }

 span { border-color: rgb(88,115,228); }

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