Html Css Color HEX #586EDD Royal Blue

📋 copy color: '#586EDD'

red 88 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #586EDD

Tints of Royal Blue #586EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 21%
G = 26.25%
B = 52.74%

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

#586EDD (or 0x586EDD) is known color: Royal Blue. HEX triplet: 58, 6E and DD. RGB value is (88,110,221). Sum of RGB (Red+Green+Blue) = 88+110+221=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #586EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDD is #A79122. Grayscale: #737373. Windows color (decimal): -10981667 or 14511704. OLE color: 14511704.

HSL color Cylindrical-coordinate representation of color #586EDD: hue angle of 230.08º degrees, saturation: 0.66, 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 #586EDD is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 110 221 -
CMYK 0.60 0.50 0 0.13
HSL 230.08º 0.66% 0.61% -
HSV(B) 230.08º 0.6% 0.87% -
XYZ 22.65 18.45 70.77 -
YUV 116.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 88 110 221 0.60 0.50 0 0.13 230.08 0.66 0.61
Hex 58 6E DD 3C 32 0 D E6 42 3D
Octal 130 156 335 74 62 0 15 346 102 75
Binary 1011000 1101110 11011101 111100 110010 0 1101 11100110 1000010 111101

Color Harmonies of #586EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EDD

Black with #586EDD

Text Example


Text Example

White with #586EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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