Html Css Color HEX #5871F0 Royal Blue

📋 copy color: '#5871F0'

red 88 ◦ green 113 ◦ blue 240

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

Shades of Royal Blue #5871F0

Tints of Royal Blue #5871F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 19.95%
G = 25.62%
B = 54.42%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5871F0 (or 0x5871F0) is known color: Royal Blue. HEX triplet: 58, 71 and F0. RGB value is (88,113,240). Sum of RGB (Red+Green+Blue) = 88+113+240=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #5871F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871F0 is #A78E0F. Grayscale: #777777. Windows color (decimal): -10980880 or 15757656. OLE color: 15757656.

HSL color Cylindrical-coordinate representation of color #5871F0: hue angle of 230.13º degrees, saturation: 0.84, 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 #5871F0 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 113 240 -
CMYK 0.63 0.53 0 0.06
HSL 230.13º 0.84% 0.64% -
HSV(B) 230.13º 0.63% 0.94% -
XYZ 25.66 20.18 84.98 -
YUV 120 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 88 113 240 0.63 0.53 0 0.06 230.13 0.84 0.64
Hex 58 71 F0 3F 35 0 6 E6 54 40
Octal 130 161 360 77 65 0 6 346 124 100
Binary 1011000 1110001 11110000 111111 110101 0 110 11100110 1010100 1000000

Color Harmonies of #5871F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871F0

Black with #5871F0

Text Example


Text Example

White with #5871F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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