Html Css Color HEX #586DDC Royal Blue

📋 copy color: '#586DDC'

red 88 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #586DDC

Tints of Royal Blue #586DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 21.1%
G = 26.14%
B = 52.76%

CMYK

 C value IS 0.6

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#586DDC (or 0x586DDC) is known color: Royal Blue. HEX triplet: 58, 6D and DC. RGB value is (88,109,220). Sum of RGB (Red+Green+Blue) = 88+109+220=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #586DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DDC is #A79223. Grayscale: #727272. Windows color (decimal): -10981924 or 14445912. OLE color: 14445912.

HSL color Cylindrical-coordinate representation of color #586DDC: hue angle of 230.45º 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 #586DDC is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 109 220 -
CMYK 0.6 0.50 0 0.14
HSL 230.45º 0.65% 0.6% -
HSV(B) 230.45º 0.6% 0.86% -
XYZ 22.41 18.18 70.04 -
YUV 115.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 88 109 220 0.6 0.50 0 0.14 230.45 0.65 0.6
Hex 58 6D DC 3C 32 0 E E6 41 3C
Octal 130 155 334 74 62 0 16 346 101 74
Binary 1011000 1101101 11011100 111100 110010 0 1110 11100110 1000001 111100

Color Harmonies of #586DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586DDC

Black with #586DDC

Text Example


Text Example

White with #586DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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