Html Css Color HEX #5872EF Royal Blue

📋 copy color: '#5872EF'

red 88 ◦ green 114 ◦ blue 239

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

Shades of Royal Blue #5872EF

Tints of Royal Blue #5872EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 19.95%
G = 25.85%
B = 54.2%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5872EF (or 0x5872EF) is known color: Royal Blue. HEX triplet: 58, 72 and EF. RGB value is (88,114,239). Sum of RGB (Red+Green+Blue) = 88+114+239=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5872EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5872EF is #A78D10. Grayscale: #777777. Windows color (decimal): -10980625 or 15692376. OLE color: 15692376.

HSL color Cylindrical-coordinate representation of color #5872EF: hue angle of 229.67º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5872EF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 114 239 -
CMYK 0.63 0.52 0 0.06
HSL 229.67º 0.83% 0.64% -
HSV(B) 229.67º 0.63% 0.94% -
XYZ 25.62 20.34 84.24 -
YUV 120.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 88 114 239 0.63 0.52 0 0.06 229.67 0.83 0.64
Hex 58 72 EF 3F 34 0 6 E6 53 40
Octal 130 162 357 77 64 0 6 346 123 100
Binary 1011000 1110010 11101111 111111 110100 0 110 11100110 1010011 1000000

Color Harmonies of #5872EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872EF

Black with #5872EF

Text Example


Text Example

White with #5872EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5872EF; }

 p { color: rgb(88,114,239); }

 H1.HeaderClassName
 {
   color: #5872EF;
 }
 .AnyTagClassName
 {
   color: #5872EF;
 }
</style>

background-color css

<style>
 a { background-color: #5872EF; }

 a { background-color: rgb(88,114,239); }

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

border-color css

<style>
 span { border-color: #5872EF; }

 span { border-color: rgb(88,114,239); }

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