Html Css Color HEX #596BDB Royal Blue

📋 copy color: '#596BDB'

red 89 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #596BDB

Tints of Royal Blue #596BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 21.45%
G = 25.78%
B = 52.77%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#596BDB (or 0x596BDB) is known color: Royal Blue. HEX triplet: 59, 6B and DB. RGB value is (89,107,219). Sum of RGB (Red+Green+Blue) = 89+107+219=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #596BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BDB is #A69424. Grayscale: #717171. Windows color (decimal): -10916901 or 14379865. OLE color: 14379865.

HSL color Cylindrical-coordinate representation of color #596BDB: hue angle of 231.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596BDB is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 107 219 -
CMYK 0.59 0.51 0 0.14
HSL 231.69º 0.64% 0.6% -
HSV(B) 231.69º 0.59% 0.86% -
XYZ 22.16 17.75 69.28 -
YUV 114.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 89 107 219 0.59 0.51 0 0.14 231.69 0.64 0.6
Hex 59 6B DB 3B 33 0 E E8 40 3C
Octal 131 153 333 73 63 0 16 350 100 74
Binary 1011001 1101011 11011011 111011 110011 0 1110 11101000 1000000 111100

Color Harmonies of #596BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BDB

Black with #596BDB

Text Example


Text Example

White with #596BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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