Html Css Color HEX #5870FC Royal Blue

📋 copy color: '#5870FC'

red 88 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #5870FC

Tints of Royal Blue #5870FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.78%

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 19.47%
G = 24.78%
B = 55.75%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5870FC (or 0x5870FC) is known color: Royal Blue. HEX triplet: 58, 70 and FC. RGB value is (88,112,252). Sum of RGB (Red+Green+Blue) = 88+112+252=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #5870FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5870FC is #A78F03. Grayscale: #787878. Windows color (decimal): -10981124 or 16543832. OLE color: 16543832.

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

Color convert

RGB 88 112 252 -
CMYK 0.65 0.56 0 0.01
HSL 231.22º 0.96% 0.67% -
HSV(B) 231.22º 0.65% 0.99% -
XYZ 27.39 20.69 94.65 -
YUV 120.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 88 112 252 0.65 0.56 0 0.01 231.22 0.96 0.67
Hex 58 70 FC 41 38 0 1 E7 60 43
Octal 130 160 374 101 70 0 1 347 140 103
Binary 1011000 1110000 11111100 1000001 111000 0 1 11100111 1100000 1000011

Color Harmonies of #5870FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870FC

Black with #5870FC

Text Example


Text Example

White with #5870FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5870FC; }

 p { color: rgb(88,112,252); }

 H1.HeaderClassName
 {
   color: #5870FC;
 }
 .AnyTagClassName
 {
   color: #5870FC;
 }
</style>

background-color css

<style>
 a { background-color: #5870FC; }

 a { background-color: rgb(88,112,252); }

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

border-color css

<style>
 span { border-color: #5870FC; }

 span { border-color: rgb(88,112,252); }

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