Html Css Color HEX #596BD1 Royal Blue

📋 copy color: '#596BD1'

red 89 ◦ green 107 ◦ blue 209

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

Shades of Royal Blue #596BD1

Tints of Royal Blue #596BD1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 21.98%
G = 26.42%
B = 51.6%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#596BD1 (or 0x596BD1) is known color: Royal Blue. HEX triplet: 59, 6B and D1. RGB value is (89,107,209). Sum of RGB (Red+Green+Blue) = 89+107+209=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #596BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BD1 is #A6942E. Grayscale: #707070. Windows color (decimal): -10916911 or 13724505. OLE color: 13724505.

HSL color Cylindrical-coordinate representation of color #596BD1: hue angle of 231º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #596BD1 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 107 209 -
CMYK 0.57 0.49 0 0.18
HSL 231º 0.57% 0.58% -
HSV(B) 231º 0.57% 0.82% -
XYZ 20.89 17.24 62.55 -
YUV 113.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 89 107 209 0.57 0.49 0 0.18 231 0.57 0.58
Hex 59 6B D1 39 31 0 12 E7 39 3A
Octal 131 153 321 71 61 0 22 347 71 72
Binary 1011001 1101011 11010001 111001 110001 0 10010 11100111 111001 111010

Color Harmonies of #596BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BD1

Black with #596BD1

Text Example


Text Example

White with #596BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,209); }

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

background-color css

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

 a { background-color: rgb(89,107,209); }

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

border-color css

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

 span { border-color: rgb(89,107,209); }

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