Html Css Color HEX #596FDC Royal Blue

📋 copy color: '#596FDC'

red 89 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #596FDC

Tints of Royal Blue #596FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

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

R = 21.19%
G = 26.43%
B = 52.38%

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

#596FDC (or 0x596FDC) is known color: Royal Blue. HEX triplet: 59, 6F and DC. RGB value is (89,111,220). Sum of RGB (Red+Green+Blue) = 89+111+220=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #596FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FDC is #A69023. Grayscale: #747474. Windows color (decimal): -10915876 or 14446425. OLE color: 14446425.

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

Color convert

RGB 89 111 220 -
CMYK 0.60 0.50 0 0.14
HSL 229.92º 0.65% 0.61% -
HSV(B) 229.92º 0.6% 0.86% -
XYZ 22.72 18.66 70.11 -
YUV 116.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 89 111 220 0.60 0.50 0 0.14 229.92 0.65 0.61
Hex 59 6F DC 3C 32 0 E E6 41 3D
Octal 131 157 334 74 62 0 16 346 101 75
Binary 1011001 1101111 11011100 111100 110010 0 1110 11100110 1000001 111101

Color Harmonies of #596FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FDC

Black with #596FDC

Text Example


Text Example

White with #596FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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