Html Css Color HEX #586CDC Royal Blue

📋 copy color: '#586CDC'

red 88 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #586CDC

Tints of Royal Blue #586CDC

RGB

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

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

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

R = 21.15%
G = 25.96%
B = 52.88%

CMYK

 C value IS 0.6

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#586CDC (or 0x586CDC) is known color: Royal Blue. HEX triplet: 58, 6C and DC. RGB value is (88,108,220). Sum of RGB (Red+Green+Blue) = 88+108+220=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #586CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CDC is #A79323. Grayscale: #727272. Windows color (decimal): -10982180 or 14445656. OLE color: 14445656.

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

Color convert

RGB 88 108 220 -
CMYK 0.6 0.51 0 0.14
HSL 230.91º 0.65% 0.6% -
HSV(B) 230.91º 0.6% 0.86% -
XYZ 22.31 17.97 70 -
YUV 114.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 88 108 220 0.6 0.51 0 0.14 230.91 0.65 0.6
Hex 58 6C DC 3C 33 0 E E7 41 3C
Octal 130 154 334 74 63 0 16 347 101 74
Binary 1011000 1101100 11011100 111100 110011 0 1110 11100111 1000001 111100

Color Harmonies of #586CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586CDC

Black with #586CDC

Text Example


Text Example

White with #586CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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