Html Css Color HEX #5873FD Royal Blue

📋 copy color: '#5873FD'

red 88 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #5873FD

Tints of Royal Blue #5873FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 19.3%
G = 25.22%
B = 55.48%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5873FD (or 0x5873FD) is known color: Royal Blue. HEX triplet: 58, 73 and FD. RGB value is (88,115,253). Sum of RGB (Red+Green+Blue) = 88+115+253=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #5873FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873FD is #A78C02. Grayscale: #7A7A7A. Windows color (decimal): -10980355 or 16610136. OLE color: 16610136.

HSL color Cylindrical-coordinate representation of color #5873FD: hue angle of 230.18º degrees, saturation: 0.98, 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 #5873FD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 115 253 -
CMYK 0.65 0.55 0 0.01
HSL 230.18º 0.98% 0.67% -
HSV(B) 230.18º 0.65% 0.99% -
XYZ 27.88 21.43 95.59 -
YUV 122.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 88 115 253 0.65 0.55 0 0.01 230.18 0.98 0.67
Hex 58 73 FD 41 37 0 1 E6 62 43
Octal 130 163 375 101 67 0 1 346 142 103
Binary 1011000 1110011 11111101 1000001 110111 0 1 11100110 1100010 1000011

Color Harmonies of #5873FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5873FD

Black with #5873FD

Text Example


Text Example

White with #5873FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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