Html Css Color HEX #5871FF Royal Blue

📋 copy color: '#5871FF'

red 88 ◦ green 113 ◦ blue 255

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

Shades of Royal Blue #5871FF

Tints of Royal Blue #5871FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 19.3%
G = 24.78%
B = 55.92%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5871FF (or 0x5871FF) is known color: Royal Blue. HEX triplet: 58, 71 and FF. RGB value is (88,113,255). Sum of RGB (Red+Green+Blue) = 88+113+255=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5871FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871FF is #A78E00. Grayscale: #797979. Windows color (decimal): -10980865 or 16740696. OLE color: 16740696.

HSL color Cylindrical-coordinate representation of color #5871FF: hue angle of 231.02º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5871FF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 113 255 -
CMYK 0.65 0.56 0 0
HSL 231.02º 1% 0.67% -
HSV(B) 231.02º 0.65% 1% -
XYZ 27.98 21.1 97.21 -
YUV 121.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 88 113 255 0.65 0.56 0 0 231.02 1 0.67
Hex 58 71 FF 41 38 0 0 E7 64 43
Octal 130 161 377 101 70 0 0 347 144 103
Binary 1011000 1110001 11111111 1000001 111000 0 0 11100111 1100100 1000011

Color Harmonies of #5871FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871FF

Black with #5871FF

Text Example


Text Example

White with #5871FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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