Html Css Color HEX #5871DB Royal Blue

📋 copy color: '#5871DB'

red 88 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #5871DB

Tints of Royal Blue #5871DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.9%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 20.95%
G = 26.9%
B = 52.14%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5871DB (or 0x5871DB) is known color: Royal Blue. HEX triplet: 58, 71 and DB. RGB value is (88,113,219). Sum of RGB (Red+Green+Blue) = 88+113+219=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5871DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871DB is #A78E24. Grayscale: #757575. Windows color (decimal): -10980901 or 14381400. OLE color: 14381400.

HSL color Cylindrical-coordinate representation of color #5871DB: hue angle of 228.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5871DB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 113 219 -
CMYK 0.60 0.48 0 0.14
HSL 228.55º 0.65% 0.6% -
HSV(B) 228.55º 0.6% 0.86% -
XYZ 22.72 19 69.49 -
YUV 117.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 88 113 219 0.60 0.48 0 0.14 228.55 0.65 0.6
Hex 58 71 DB 3C 30 0 E E5 41 3C
Octal 130 161 333 74 60 0 16 345 101 74
Binary 1011000 1110001 11011011 111100 110000 0 1110 11100101 1000001 111100

Color Harmonies of #5871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871DB

Black with #5871DB

Text Example


Text Example

White with #5871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5871DB; }

 p { color: rgb(88,113,219); }

 H1.HeaderClassName
 {
   color: #5871DB;
 }
 .AnyTagClassName
 {
   color: #5871DB;
 }
</style>

background-color css

<style>
 a { background-color: #5871DB; }

 a { background-color: rgb(88,113,219); }

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

border-color css

<style>
 span { border-color: #5871DB; }

 span { border-color: rgb(88,113,219); }

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