Html Css Color HEX #596CDB Royal Blue

📋 copy color: '#596CDB'

red 89 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #596CDB

Tints of Royal Blue #596CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

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

R = 21.39%
G = 25.96%
B = 52.64%

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

#596CDB (or 0x596CDB) is known color: Royal Blue. HEX triplet: 59, 6C and DB. RGB value is (89,108,219). Sum of RGB (Red+Green+Blue) = 89+108+219=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #596CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CDB is #A69324. Grayscale: #727272. Windows color (decimal): -10916645 or 14380121. OLE color: 14380121.

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

Color convert

RGB 89 108 219 -
CMYK 0.59 0.51 0 0.14
HSL 231.23º 0.64% 0.6% -
HSV(B) 231.23º 0.59% 0.86% -
XYZ 22.27 17.96 69.31 -
YUV 114.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 89 108 219 0.59 0.51 0 0.14 231.23 0.64 0.6
Hex 59 6C DB 3B 33 0 E E7 40 3C
Octal 131 154 333 73 63 0 16 347 100 74
Binary 1011001 1101100 11011011 111011 110011 0 1110 11100111 1000000 111100

Color Harmonies of #596CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CDB

Black with #596CDB

Text Example


Text Example

White with #596CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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