Html Css Color HEX #5871FE Royal Blue

📋 copy color: '#5871FE'

red 88 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #5871FE

Tints of Royal Blue #5871FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 19.34%
G = 24.84%
B = 55.82%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5871FE (or 0x5871FE) is known color: Royal Blue. HEX triplet: 58, 71 and FE. RGB value is (88,113,254). Sum of RGB (Red+Green+Blue) = 88+113+254=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5871FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871FE is #A78E01. Grayscale: #797979. Windows color (decimal): -10980866 or 16675160. OLE color: 16675160.

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

Color convert

RGB 88 113 254 -
CMYK 0.65 0.56 0 0.00
HSL 230.96º 0.99% 0.67% -
HSV(B) 230.96º 0.65% 1% -
XYZ 27.82 21.04 96.36 -
YUV 121.6 202.72 104.04 -
System Red Green Blue C M Y K H S L
Decimal 88 113 254 0.65 0.56 0 0.00 230.96 0.99 0.67
Hex 58 71 FE 41 38 0 0 E7 63 43
Octal 130 161 376 101 70 0 0 347 143 103
Binary 1011000 1110001 11111110 1000001 111000 0 0 11100111 1100011 1000011

Color Harmonies of #5871FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871FE

Black with #5871FE

Text Example


Text Example

White with #5871FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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