Html Css Color HEX #596AF0 Royal Blue

📋 copy color: '#596AF0'

red 89 ◦ green 106 ◦ blue 240

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

Shades of Royal Blue #596AF0

Tints of Royal Blue #596AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 20.46%
G = 24.37%
B = 55.17%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#596AF0 (or 0x596AF0) is known color: Royal Blue. HEX triplet: 59, 6A and F0. RGB value is (89,106,240). Sum of RGB (Red+Green+Blue) = 89+106+240=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #596AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596AF0 is #A6950F. Grayscale: #737373. Windows color (decimal): -10917136 or 15755865. OLE color: 15755865.

HSL color Cylindrical-coordinate representation of color #596AF0: hue angle of 233.25º 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 #596AF0 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 106 240 -
CMYK 0.63 0.56 0 0.06
HSL 233.25º 0.83% 0.65% -
HSV(B) 233.25º 0.63% 0.94% -
XYZ 25 18.72 84.73 -
YUV 116.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 89 106 240 0.63 0.56 0 0.06 233.25 0.83 0.65
Hex 59 6A F0 3F 38 0 6 E9 53 41
Octal 131 152 360 77 70 0 6 351 123 101
Binary 1011001 1101010 11110000 111111 111000 0 110 11101001 1010011 1000001

Color Harmonies of #596AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AF0

Black with #596AF0

Text Example


Text Example

White with #596AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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