Html Css Color HEX #596BE0 Royal Blue

📋 copy color: '#596BE0'

red 89 ◦ green 107 ◦ blue 224

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

Shades of Royal Blue #596BE0

Tints of Royal Blue #596BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 21.19%
G = 25.48%
B = 53.33%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#596BE0 (or 0x596BE0) is known color: Royal Blue. HEX triplet: 59, 6B and E0. RGB value is (89,107,224). Sum of RGB (Red+Green+Blue) = 89+107+224=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #596BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BE0 is #A6941F. Grayscale: #727272. Windows color (decimal): -10916896 or 14707545. OLE color: 14707545.

HSL color Cylindrical-coordinate representation of color #596BE0: hue angle of 232º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596BE0 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 107 224 -
CMYK 0.60 0.52 0 0.12
HSL 232º 0.69% 0.61% -
HSV(B) 232º 0.6% 0.88% -
XYZ 22.83 18.02 72.8 -
YUV 114.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 89 107 224 0.60 0.52 0 0.12 232 0.69 0.61
Hex 59 6B E0 3C 34 0 C E8 45 3D
Octal 131 153 340 74 64 0 14 350 105 75
Binary 1011001 1101011 11100000 111100 110100 0 1100 11101000 1000101 111101

Color Harmonies of #596BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BE0

Black with #596BE0

Text Example


Text Example

White with #596BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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