Html Css Color HEX #596EDC Royal Blue

📋 copy color: '#596EDC'

red 89 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #596EDC

Tints of Royal Blue #596EDC

RGB

 RED value IS 89 (35.16% from 255) = 21.24%

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

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

R = 21.24%
G = 26.25%
B = 52.51%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#596EDC (or 0x596EDC) is known color: Royal Blue. HEX triplet: 59, 6E and DC. RGB value is (89,110,220). Sum of RGB (Red+Green+Blue) = 89+110+220=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #596EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EDC is #A69123. Grayscale: #737373. Windows color (decimal): -10916132 or 14446169. OLE color: 14446169.

HSL color Cylindrical-coordinate representation of color #596EDC: hue angle of 230.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596EDC is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 110 220 -
CMYK 0.60 0.50 0 0.14
HSL 230.38º 0.65% 0.61% -
HSV(B) 230.38º 0.6% 0.86% -
XYZ 22.61 18.44 70.08 -
YUV 116.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 89 110 220 0.60 0.50 0 0.14 230.38 0.65 0.61
Hex 59 6E DC 3C 32 0 E E6 41 3D
Octal 131 156 334 74 62 0 16 346 101 75
Binary 1011001 1101110 11011100 111100 110010 0 1110 11100110 1000001 111101

Color Harmonies of #596EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EDC

Black with #596EDC

Text Example


Text Example

White with #596EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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