Html Css Color HEX #596EDD Royal Blue

📋 copy color: '#596EDD'

red 89 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #596EDD

Tints of Royal Blue #596EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 21.19%
G = 26.19%
B = 52.62%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#596EDD (or 0x596EDD) is known color: Royal Blue. HEX triplet: 59, 6E and DD. RGB value is (89,110,221). Sum of RGB (Red+Green+Blue) = 89+110+221=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #596EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EDD is #A69122. Grayscale: #737373. Windows color (decimal): -10916131 or 14511705. OLE color: 14511705.

HSL color Cylindrical-coordinate representation of color #596EDD: hue angle of 230.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596EDD is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 110 221 -
CMYK 0.60 0.50 0 0.13
HSL 230.45º 0.66% 0.61% -
HSV(B) 230.45º 0.6% 0.87% -
XYZ 22.75 18.5 70.78 -
YUV 116.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 89 110 221 0.60 0.50 0 0.13 230.45 0.66 0.61
Hex 59 6E DD 3C 32 0 D E6 42 3D
Octal 131 156 335 74 62 0 15 346 102 75
Binary 1011001 1101110 11011101 111100 110010 0 1101 11100110 1000010 111101

Color Harmonies of #596EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EDD

Black with #596EDD

Text Example


Text Example

White with #596EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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