Html Css Color HEX #586EDE Royal Blue

📋 copy color: '#586EDE'

red 88 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #586EDE

Tints of Royal Blue #586EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 20.95%
G = 26.19%
B = 52.86%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#586EDE (or 0x586EDE) is known color: Royal Blue. HEX triplet: 58, 6E and DE. RGB value is (88,110,222). Sum of RGB (Red+Green+Blue) = 88+110+222=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #586EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDE is #A79121. Grayscale: #737373. Windows color (decimal): -10981666 or 14577240. OLE color: 14577240.

HSL color Cylindrical-coordinate representation of color #586EDE: hue angle of 230.15º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586EDE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 110 222 -
CMYK 0.60 0.50 0 0.13
HSL 230.15º 0.67% 0.61% -
HSV(B) 230.15º 0.6% 0.87% -
XYZ 22.79 18.5 71.48 -
YUV 116.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 88 110 222 0.60 0.50 0 0.13 230.15 0.67 0.61
Hex 58 6E DE 3C 32 0 D E6 43 3D
Octal 130 156 336 74 62 0 15 346 103 75
Binary 1011000 1101110 11011110 111100 110010 0 1101 11100110 1000011 111101

Color Harmonies of #586EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EDE

Black with #586EDE

Text Example


Text Example

White with #586EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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