Html Css Color HEX #596DF0 Royal Blue

📋 copy color: '#596DF0'

red 89 ◦ green 109 ◦ blue 240

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

Shades of Royal Blue #596DF0

Tints of Royal Blue #596DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

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

R = 20.32%
G = 24.89%
B = 54.79%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#596DF0 (or 0x596DF0) is known color: Royal Blue. HEX triplet: 59, 6D and F0. RGB value is (89,109,240). Sum of RGB (Red+Green+Blue) = 89+109+240=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #596DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596DF0 is #A6920F. Grayscale: #757575. Windows color (decimal): -10916368 or 15756633. OLE color: 15756633.

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

Color convert

RGB 89 109 240 -
CMYK 0.63 0.55 0 0.06
HSL 232.05º 0.83% 0.65% -
HSV(B) 232.05º 0.63% 0.94% -
XYZ 25.32 19.35 84.84 -
YUV 117.95 196.87 107.35 -
System Red Green Blue C M Y K H S L
Decimal 89 109 240 0.63 0.55 0 0.06 232.05 0.83 0.65
Hex 59 6D F0 3F 37 0 6 E8 53 41
Octal 131 155 360 77 67 0 6 350 123 101
Binary 1011001 1101101 11110000 111111 110111 0 110 11101000 1010011 1000001

Color Harmonies of #596DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DF0

Black with #596DF0

Text Example


Text Example

White with #596DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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