Html Css Color HEX #596FF0 Royal Blue

📋 copy color: '#596FF0'

red 89 ◦ green 111 ◦ blue 240

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

Shades of Royal Blue #596FF0

Tints of Royal Blue #596FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 20.23%
G = 25.23%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#596FF0 (or 0x596FF0) is known color: Royal Blue. HEX triplet: 59, 6F and F0. RGB value is (89,111,240). Sum of RGB (Red+Green+Blue) = 89+111+240=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #596FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596FF0 is #A6900F. Grayscale: #767676. Windows color (decimal): -10915856 or 15757145. OLE color: 15757145.

HSL color Cylindrical-coordinate representation of color #596FF0: hue angle of 231.26º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #596FF0 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 111 240 -
CMYK 0.63 0.54 0 0.06
HSL 231.26º 0.83% 0.65% -
HSV(B) 231.26º 0.63% 0.94% -
XYZ 25.53 19.78 84.91 -
YUV 119.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 89 111 240 0.63 0.54 0 0.06 231.26 0.83 0.65
Hex 59 6F F0 3F 36 0 6 E7 53 41
Octal 131 157 360 77 66 0 6 347 123 101
Binary 1011001 1101111 11110000 111111 110110 0 110 11100111 1010011 1000001

Color Harmonies of #596FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FF0

Black with #596FF0

Text Example


Text Example

White with #596FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,111,240); }

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

background-color css

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

 a { background-color: rgb(89,111,240); }

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

border-color css

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

 span { border-color: rgb(89,111,240); }

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