Html Css Color HEX #586CD2 Royal Blue

📋 copy color: '#586CD2'

red 88 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #586CD2

Tints of Royal Blue #586CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 21.67%
G = 26.6%
B = 51.72%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#586CD2 (or 0x586CD2) is known color: Royal Blue. HEX triplet: 58, 6C and D2. RGB value is (88,108,210). Sum of RGB (Red+Green+Blue) = 88+108+210=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #586CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CD2 is #A7932D. Grayscale: #717171. Windows color (decimal): -10982190 or 13790296. OLE color: 13790296.

HSL color Cylindrical-coordinate representation of color #586CD2: hue angle of 230.16º 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 #586CD2 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 108 210 -
CMYK 0.58 0.49 0 0.18
HSL 230.16º 0.58% 0.58% -
HSV(B) 230.16º 0.58% 0.82% -
XYZ 21.02 17.45 63.23 -
YUV 113.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 88 108 210 0.58 0.49 0 0.18 230.16 0.58 0.58
Hex 58 6C D2 3A 31 0 12 E6 3A 3A
Octal 130 154 322 72 61 0 22 346 72 72
Binary 1011000 1101100 11010010 111010 110001 0 10010 11100110 111010 111010

Color Harmonies of #586CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586CD2

Black with #586CD2

Text Example


Text Example

White with #586CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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