Html Css Color HEX #5872D1 Royal Blue

📋 copy color: '#5872D1'

red 88 ◦ green 114 ◦ blue 209

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

Shades of Royal Blue #5872D1

Tints of Royal Blue #5872D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.85%

R = 21.41%
G = 27.74%
B = 50.85%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5872D1 (or 0x5872D1) is known color: Royal Blue. HEX triplet: 58, 72 and D1. RGB value is (88,114,209). Sum of RGB (Red+Green+Blue) = 88+114+209=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #5872D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5872D1 is #A78D2E. Grayscale: #747474. Windows color (decimal): -10980655 or 13726296. OLE color: 13726296.

HSL color Cylindrical-coordinate representation of color #5872D1: hue angle of 227.11º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5872D1 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 114 209 -
CMYK 0.58 0.45 0 0.18
HSL 227.11º 0.57% 0.58% -
HSV(B) 227.11º 0.58% 0.82% -
XYZ 21.55 18.71 62.8 -
YUV 117.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 88 114 209 0.58 0.45 0 0.18 227.11 0.57 0.58
Hex 58 72 D1 3A 2D 0 12 E3 39 3A
Octal 130 162 321 72 55 0 22 343 71 72
Binary 1011000 1110010 11010001 111010 101101 0 10010 11100011 111001 111010

Color Harmonies of #5872D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872D1

Black with #5872D1

Text Example


Text Example

White with #5872D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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