Html Css Color HEX #596DDC Royal Blue

📋 copy color: '#596DDC'

red 89 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #596DDC

Tints of Royal Blue #596DDC

RGB

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

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

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

R = 21.29%
G = 26.08%
B = 52.63%

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

#596DDC (or 0x596DDC) is known color: Royal Blue. HEX triplet: 59, 6D and DC. RGB value is (89,109,220). Sum of RGB (Red+Green+Blue) = 89+109+220=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 109 (42.97% from 255 or 26.08% 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 #596DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DDC is #A69223. Grayscale: #737373. Windows color (decimal): -10916388 or 14445913. OLE color: 14445913.

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

Color convert

RGB 89 109 220 -
CMYK 0.60 0.50 0 0.14
HSL 230.84º 0.65% 0.61% -
HSV(B) 230.84º 0.6% 0.86% -
XYZ 22.51 18.23 70.04 -
YUV 115.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 89 109 220 0.60 0.50 0 0.14 230.84 0.65 0.61
Hex 59 6D DC 3C 32 0 E E7 41 3D
Octal 131 155 334 74 62 0 16 347 101 75
Binary 1011001 1101101 11011100 111100 110010 0 1110 11100111 1000001 111101

Color Harmonies of #596DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DDC

Black with #596DDC

Text Example


Text Example

White with #596DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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