Html Css Color HEX #5873FB Royal Blue

📋 copy color: '#5873FB'

red 88 ◦ green 115 ◦ blue 251

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

Shades of Royal Blue #5873FB

Tints of Royal Blue #5873FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 19.38%
G = 25.33%
B = 55.29%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5873FB (or 0x5873FB) is known color: Royal Blue. HEX triplet: 58, 73 and FB. RGB value is (88,115,251). Sum of RGB (Red+Green+Blue) = 88+115+251=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #5873FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873FB is #A78C04. Grayscale: #797979. Windows color (decimal): -10980357 or 16479064. OLE color: 16479064.

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

Color convert

RGB 88 115 251 -
CMYK 0.65 0.54 0 0.02
HSL 230.06º 0.95% 0.66% -
HSV(B) 230.06º 0.65% 0.98% -
XYZ 27.57 21.3 93.93 -
YUV 122.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 88 115 251 0.65 0.54 0 0.02 230.06 0.95 0.66
Hex 58 73 FB 41 36 0 2 E6 5F 42
Octal 130 163 373 101 66 0 2 346 137 102
Binary 1011000 1110011 11111011 1000001 110110 0 10 11100110 1011111 1000010

Color Harmonies of #5873FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5873FB

Black with #5873FB

Text Example


Text Example

White with #5873FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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