Html Css Color HEX #596ED0 Royal Blue

📋 copy color: '#596ED0'

red 89 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #596ED0

Tints of Royal Blue #596ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 21.87%
G = 27.03%
B = 51.11%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#596ED0 (or 0x596ED0) is known color: Royal Blue. HEX triplet: 59, 6E and D0. RGB value is (89,110,208). Sum of RGB (Red+Green+Blue) = 89+110+208=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #596ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ED0 is #A6912F. Grayscale: #727272. Windows color (decimal): -10916144 or 13659737. OLE color: 13659737.

HSL color Cylindrical-coordinate representation of color #596ED0: hue angle of 229.41º degrees, saturation: 0.56, 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 #596ED0 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 110 208 -
CMYK 0.57 0.47 0 0.18
HSL 229.41º 0.56% 0.58% -
HSV(B) 229.41º 0.57% 0.82% -
XYZ 21.08 17.83 62 -
YUV 114.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 89 110 208 0.57 0.47 0 0.18 229.41 0.56 0.58
Hex 59 6E D0 39 2F 0 12 E5 38 3A
Octal 131 156 320 71 57 0 22 345 70 72
Binary 1011001 1101110 11010000 111001 101111 0 10010 11100101 111000 111010

Color Harmonies of #596ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ED0

Black with #596ED0

Text Example


Text Example

White with #596ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,208); }

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

background-color css

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

 a { background-color: rgb(89,110,208); }

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

border-color css

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

 span { border-color: rgb(89,110,208); }

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