Html Css Color HEX #586EDC Royal Blue

📋 copy color: '#586EDC'

red 88 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #586EDC

Tints of Royal Blue #586EDC

RGB

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

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

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

R = 21.05%
G = 26.32%
B = 52.63%

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

#586EDC (or 0x586EDC) is known color: Royal Blue. HEX triplet: 58, 6E and DC. RGB value is (88,110,220). Sum of RGB (Red+Green+Blue) = 88+110+220=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #586EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDC is #A79123. Grayscale: #737373. Windows color (decimal): -10981668 or 14446168. OLE color: 14446168.

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

Color convert

RGB 88 110 220 -
CMYK 0.6 0.50 0 0.14
HSL 230º 0.65% 0.6% -
HSV(B) 230º 0.6% 0.86% -
XYZ 22.52 18.39 70.07 -
YUV 115.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 88 110 220 0.6 0.50 0 0.14 230 0.65 0.6
Hex 58 6E DC 3C 32 0 E E6 41 3C
Octal 130 156 334 74 62 0 16 346 101 74
Binary 1011000 1101110 11011100 111100 110010 0 1110 11100110 1000001 111100

Color Harmonies of #586EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EDC

Black with #586EDC

Text Example


Text Example

White with #586EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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