Html Css Color HEX #5874FF Royal Blue

📋 copy color: '#5874FF'

red 88 ◦ green 116 ◦ blue 255

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

Shades of Royal Blue #5874FF

Tints of Royal Blue #5874FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 19.17%
G = 25.27%
B = 55.56%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5874FF (or 0x5874FF) is known color: Royal Blue. HEX triplet: 58, 74 and FF. RGB value is (88,116,255). Sum of RGB (Red+Green+Blue) = 88+116+255=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #5874FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5874FF is #A78B00. Grayscale: #7A7A7A. Windows color (decimal): -10980097 or 16741464. OLE color: 16741464.

HSL color Cylindrical-coordinate representation of color #5874FF: hue angle of 229.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5874FF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 116 255 -
CMYK 0.65 0.55 0 0
HSL 229.94º 1% 0.67% -
HSV(B) 229.94º 0.65% 1% -
XYZ 28.32 21.79 97.32 -
YUV 123.47 202.22 102.7 -
System Red Green Blue C M Y K H S L
Decimal 88 116 255 0.65 0.55 0 0 229.94 1 0.67
Hex 58 74 FF 41 37 0 0 E6 64 43
Octal 130 164 377 101 67 0 0 346 144 103
Binary 1011000 1110100 11111111 1000001 110111 0 0 11100110 1100100 1000011

Color Harmonies of #5874FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874FF

Black with #5874FF

Text Example


Text Example

White with #5874FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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