Html Css Color HEX #596DF5 Royal Blue

📋 copy color: '#596DF5'

red 89 ◦ green 109 ◦ blue 245

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

Shades of Royal Blue #596DF5

Tints of Royal Blue #596DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.3%

R = 20.09%
G = 24.6%
B = 55.3%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#596DF5 (or 0x596DF5) is known color: Royal Blue. HEX triplet: 59, 6D and F5. RGB value is (89,109,245). Sum of RGB (Red+Green+Blue) = 89+109+245=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #596DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596DF5 is #A6920A. Grayscale: #757575. Windows color (decimal): -10916363 or 16084313. OLE color: 16084313.

HSL color Cylindrical-coordinate representation of color #596DF5: hue angle of 232.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #596DF5 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 109 245 -
CMYK 0.64 0.56 0 0.04
HSL 232.31º 0.89% 0.65% -
HSV(B) 232.31º 0.64% 0.96% -
XYZ 26.07 19.65 88.81 -
YUV 118.52 199.37 106.94 -
System Red Green Blue C M Y K H S L
Decimal 89 109 245 0.64 0.56 0 0.04 232.31 0.89 0.65
Hex 59 6D F5 40 38 0 4 E8 59 41
Octal 131 155 365 100 70 0 4 350 131 101
Binary 1011001 1101101 11110101 1000000 111000 0 100 11101000 1011001 1000001

Color Harmonies of #596DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DF5

Black with #596DF5

Text Example


Text Example

White with #596DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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