Html Css Color HEX #596EEA Royal Blue

📋 copy color: '#596EEA'

red 89 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #596EEA

Tints of Royal Blue #596EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 20.55%
G = 25.4%
B = 54.04%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#596EEA (or 0x596EEA) is known color: Royal Blue. HEX triplet: 59, 6E and EA. RGB value is (89,110,234). Sum of RGB (Red+Green+Blue) = 89+110+234=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #596EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EEA is #A69115. Grayscale: #757575. Windows color (decimal): -10916118 or 15363673. OLE color: 15363673.

HSL color Cylindrical-coordinate representation of color #596EEA: hue angle of 231.31º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596EEA is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 110 234 -
CMYK 0.62 0.53 0 0.08
HSL 231.31º 0.78% 0.63% -
HSV(B) 231.31º 0.62% 0.92% -
XYZ 24.55 19.22 80.26 -
YUV 117.86 193.54 107.42 -
System Red Green Blue C M Y K H S L
Decimal 89 110 234 0.62 0.53 0 0.08 231.31 0.78 0.63
Hex 59 6E EA 3E 35 0 8 E7 4E 3F
Octal 131 156 352 76 65 0 10 347 116 77
Binary 1011001 1101110 11101010 111110 110101 0 1000 11100111 1001110 111111

Color Harmonies of #596EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EEA

Black with #596EEA

Text Example


Text Example

White with #596EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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