Html Css Color HEX #596FDA Royal Blue

📋 copy color: '#596FDA'

red 89 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #596FDA

Tints of Royal Blue #596FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 21.29%
G = 26.56%
B = 52.15%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#596FDA (or 0x596FDA) is known color: Royal Blue. HEX triplet: 59, 6F and DA. RGB value is (89,111,218). Sum of RGB (Red+Green+Blue) = 89+111+218=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #596FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FDA is #A69025. Grayscale: #747474. Windows color (decimal): -10915878 or 14315353. OLE color: 14315353.

HSL color Cylindrical-coordinate representation of color #596FDA: hue angle of 229.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596FDA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 111 218 -
CMYK 0.59 0.49 0 0.15
HSL 229.77º 0.64% 0.6% -
HSV(B) 229.77º 0.59% 0.85% -
XYZ 22.46 18.55 68.73 -
YUV 116.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 89 111 218 0.59 0.49 0 0.15 229.77 0.64 0.6
Hex 59 6F DA 3B 31 0 F E6 40 3C
Octal 131 157 332 73 61 0 17 346 100 74
Binary 1011001 1101111 11011010 111011 110001 0 1111 11100110 1000000 111100

Color Harmonies of #596FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FDA

Black with #596FDA

Text Example


Text Example

White with #596FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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