Html Css Color HEX #586EDB Royal Blue

📋 copy color: '#586EDB'

red 88 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #586EDB

Tints of Royal Blue #586EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 21.1%
G = 26.38%
B = 52.52%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#586EDB (or 0x586EDB) is known color: Royal Blue. HEX triplet: 58, 6E and DB. RGB value is (88,110,219). Sum of RGB (Red+Green+Blue) = 88+110+219=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #586EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDB is #A79124. Grayscale: #737373. Windows color (decimal): -10981669 or 14380632. OLE color: 14380632.

HSL color Cylindrical-coordinate representation of color #586EDB: hue angle of 229.92º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586EDB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 110 219 -
CMYK 0.60 0.50 0 0.14
HSL 229.92º 0.65% 0.6% -
HSV(B) 229.92º 0.6% 0.86% -
XYZ 22.39 18.34 69.38 -
YUV 115.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 88 110 219 0.60 0.50 0 0.14 229.92 0.65 0.6
Hex 58 6E DB 3C 32 0 E E6 41 3C
Octal 130 156 333 74 62 0 16 346 101 74
Binary 1011000 1101110 11011011 111100 110010 0 1110 11100110 1000001 111100

Color Harmonies of #586EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EDB

Black with #586EDB

Text Example


Text Example

White with #586EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586EDB; }

 p { color: rgb(88,110,219); }

 H1.HeaderClassName
 {
   color: #586EDB;
 }
 .AnyTagClassName
 {
   color: #586EDB;
 }
</style>

background-color css

<style>
 a { background-color: #586EDB; }

 a { background-color: rgb(88,110,219); }

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

border-color css

<style>
 span { border-color: #586EDB; }

 span { border-color: rgb(88,110,219); }

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