Html Css Color HEX #5876FA Royal Blue

📋 copy color: '#5876FA'

red 88 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #5876FA

Tints of Royal Blue #5876FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 19.3%
G = 25.88%
B = 54.82%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5876FA (or 0x5876FA) is known color: Royal Blue. HEX triplet: 58, 76 and FA. RGB value is (88,118,250). Sum of RGB (Red+Green+Blue) = 88+118+250=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #5876FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5876FA is #A78905. Grayscale: #7B7B7B. Windows color (decimal): -10979590 or 16414296. OLE color: 16414296.

HSL color Cylindrical-coordinate representation of color #5876FA: hue angle of 228.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5876FA is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 118 250 -
CMYK 0.65 0.53 0 0.02
HSL 228.89º 0.94% 0.66% -
HSV(B) 228.89º 0.65% 0.98% -
XYZ 27.76 21.93 93.21 -
YUV 124.08 199.06 102.27 -
System Red Green Blue C M Y K H S L
Decimal 88 118 250 0.65 0.53 0 0.02 228.89 0.94 0.66
Hex 58 76 FA 41 35 0 2 E5 5E 42
Octal 130 166 372 101 65 0 2 345 136 102
Binary 1011000 1110110 11111010 1000001 110101 0 10 11100101 1011110 1000010

Color Harmonies of #5876FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5876FA

Black with #5876FA

Text Example


Text Example

White with #5876FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5876FA; }

 p { color: rgb(88,118,250); }

 H1.HeaderClassName
 {
   color: #5876FA;
 }
 .AnyTagClassName
 {
   color: #5876FA;
 }
</style>

background-color css

<style>
 a { background-color: #5876FA; }

 a { background-color: rgb(88,118,250); }

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

border-color css

<style>
 span { border-color: #5876FA; }

 span { border-color: rgb(88,118,250); }

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