Html Css Color HEX #5874D6 Royal Blue

📋 copy color: '#5874D6'

red 88 ◦ green 116 ◦ blue 214

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

Shades of Royal Blue #5874D6

Tints of Royal Blue #5874D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.2%

R = 21.05%
G = 27.75%
B = 51.2%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5874D6 (or 0x5874D6) is known color: Royal Blue. HEX triplet: 58, 74 and D6. RGB value is (88,116,214). Sum of RGB (Red+Green+Blue) = 88+116+214=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #5874D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874D6 is #A78B29. Grayscale: #767676. Windows color (decimal): -10980138 or 14054488. OLE color: 14054488.

HSL color Cylindrical-coordinate representation of color #5874D6: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5874D6 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 116 214 -
CMYK 0.59 0.46 0 0.16
HSL 226.67º 0.61% 0.59% -
HSV(B) 226.67º 0.59% 0.84% -
XYZ 22.41 19.42 66.19 -
YUV 118.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 88 116 214 0.59 0.46 0 0.16 226.67 0.61 0.59
Hex 58 74 D6 3B 2E 0 10 E3 3D 3B
Octal 130 164 326 73 56 0 20 343 75 73
Binary 1011000 1110100 11010110 111011 101110 0 10000 11100011 111101 111011

Color Harmonies of #5874D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874D6

Black with #5874D6

Text Example


Text Example

White with #5874D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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