Html Css Color HEX #5874FD Royal Blue

📋 copy color: '#5874FD'

red 88 ◦ green 116 ◦ blue 253

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

Shades of Royal Blue #5874FD

Tints of Royal Blue #5874FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 19.26%
G = 25.38%
B = 55.36%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5874FD (or 0x5874FD) is known color: Royal Blue. HEX triplet: 58, 74 and FD. RGB value is (88,116,253). Sum of RGB (Red+Green+Blue) = 88+116+253=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #5874FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5874FD is #A78B02. Grayscale: #7A7A7A. Windows color (decimal): -10980099 or 16610392. OLE color: 16610392.

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

Color convert

RGB 88 116 253 -
CMYK 0.65 0.54 0 0.01
HSL 229.82º 0.98% 0.67% -
HSV(B) 229.82º 0.65% 0.99% -
XYZ 28 21.66 95.63 -
YUV 123.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 88 116 253 0.65 0.54 0 0.01 229.82 0.98 0.67
Hex 58 74 FD 41 36 0 1 E6 62 43
Octal 130 164 375 101 66 0 1 346 142 103
Binary 1011000 1110100 11111101 1000001 110110 0 1 11100110 1100010 1000011

Color Harmonies of #5874FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874FD

Black with #5874FD

Text Example


Text Example

White with #5874FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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