Html Css Color HEX #5872FB Royal Blue

📋 copy color: '#5872FB'

red 88 ◦ green 114 ◦ blue 251

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

Shades of Royal Blue #5872FB

Tints of Royal Blue #5872FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 19.43%
G = 25.17%
B = 55.41%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5872FB (or 0x5872FB) is known color: Royal Blue. HEX triplet: 58, 72 and FB. RGB value is (88,114,251). Sum of RGB (Red+Green+Blue) = 88+114+251=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #5872FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5872FB is #A78D04. Grayscale: #797979. Windows color (decimal): -10980613 or 16478808. OLE color: 16478808.

HSL color Cylindrical-coordinate representation of color #5872FB: hue angle of 230.43º degrees, saturation: 0.95, 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 #5872FB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 114 251 -
CMYK 0.65 0.55 0 0.02
HSL 230.43º 0.95% 0.66% -
HSV(B) 230.43º 0.65% 0.98% -
XYZ 27.45 21.07 93.89 -
YUV 121.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 88 114 251 0.65 0.55 0 0.02 230.43 0.95 0.66
Hex 58 72 FB 41 37 0 2 E6 5F 42
Octal 130 162 373 101 67 0 2 346 137 102
Binary 1011000 1110010 11111011 1000001 110111 0 10 11100110 1011111 1000010

Color Harmonies of #5872FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872FB

Black with #5872FB

Text Example


Text Example

White with #5872FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5872FB; }

 p { color: rgb(88,114,251); }

 H1.HeaderClassName
 {
   color: #5872FB;
 }
 .AnyTagClassName
 {
   color: #5872FB;
 }
</style>

background-color css

<style>
 a { background-color: #5872FB; }

 a { background-color: rgb(88,114,251); }

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

border-color css

<style>
 span { border-color: #5872FB; }

 span { border-color: rgb(88,114,251); }

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