Html Css Color HEX #596BEA Royal Blue

📋 copy color: '#596BEA'

red 89 ◦ green 107 ◦ blue 234

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

Shades of Royal Blue #596BEA

Tints of Royal Blue #596BEA

RGB

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

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

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

R = 20.7%
G = 24.88%
B = 54.42%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#596BEA (or 0x596BEA) is known color: Royal Blue. HEX triplet: 59, 6B and EA. RGB value is (89,107,234). Sum of RGB (Red+Green+Blue) = 89+107+234=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #596BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BEA is #A69415. Grayscale: #737373. Windows color (decimal): -10916886 or 15362905. OLE color: 15362905.

HSL color Cylindrical-coordinate representation of color #596BEA: hue angle of 232.55º 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 #596BEA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 107 234 -
CMYK 0.62 0.54 0 0.08
HSL 232.55º 0.78% 0.63% -
HSV(B) 232.55º 0.62% 0.92% -
XYZ 24.23 18.58 80.15 -
YUV 116.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 89 107 234 0.62 0.54 0 0.08 232.55 0.78 0.63
Hex 59 6B EA 3E 36 0 8 E9 4E 3F
Octal 131 153 352 76 66 0 10 351 116 77
Binary 1011001 1101011 11101010 111110 110110 0 1000 11101001 1001110 111111

Color Harmonies of #596BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BEA

Black with #596BEA

Text Example


Text Example

White with #596BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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