Html Css Color HEX #586DD2 Royal Blue

📋 copy color: '#586DD2'

red 88 ◦ green 109 ◦ blue 210

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

Shades of Royal Blue #586DD2

Tints of Royal Blue #586DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

 BLUE value IS 210 (82.42% from 255) = 51.6%

R = 21.62%
G = 26.78%
B = 51.6%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#586DD2 (or 0x586DD2) is known color: Royal Blue. HEX triplet: 58, 6D and D2. RGB value is (88,109,210). Sum of RGB (Red+Green+Blue) = 88+109+210=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #586DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DD2 is #A7922D. Grayscale: #717171. Windows color (decimal): -10981934 or 13790552. OLE color: 13790552.

HSL color Cylindrical-coordinate representation of color #586DD2: hue angle of 229.67º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586DD2 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 109 210 -
CMYK 0.58 0.48 0 0.18
HSL 229.67º 0.58% 0.58% -
HSV(B) 229.67º 0.58% 0.82% -
XYZ 21.13 17.67 63.27 -
YUV 114.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 88 109 210 0.58 0.48 0 0.18 229.67 0.58 0.58
Hex 58 6D D2 3A 30 0 12 E6 3A 3A
Octal 130 155 322 72 60 0 22 346 72 72
Binary 1011000 1101101 11010010 111010 110000 0 10010 11100110 111010 111010

Color Harmonies of #586DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586DD2

Black with #586DD2

Text Example


Text Example

White with #586DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,109,210); }

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

background-color css

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

 a { background-color: rgb(88,109,210); }

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

border-color css

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

 span { border-color: rgb(88,109,210); }

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