Html Css Color HEX #596EFA Royal Blue

📋 copy color: '#596EFA'

red 89 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #596EFA

Tints of Royal Blue #596EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 19.82%
G = 24.5%
B = 55.68%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#596EFA (or 0x596EFA) is known color: Royal Blue. HEX triplet: 59, 6E and FA. RGB value is (89,110,250). Sum of RGB (Red+Green+Blue) = 89+110+250=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #596EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EFA is #A69105. Grayscale: #777777. Windows color (decimal): -10916102 or 16412249. OLE color: 16412249.

HSL color Cylindrical-coordinate representation of color #596EFA: hue angle of 232.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #596EFA is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 110 250 -
CMYK 0.64 0.56 0 0.02
HSL 232.17º 0.94% 0.66% -
HSV(B) 232.17º 0.64% 0.98% -
XYZ 26.95 20.18 92.92 -
YUV 119.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 89 110 250 0.64 0.56 0 0.02 232.17 0.94 0.66
Hex 59 6E FA 40 38 0 2 E8 5E 42
Octal 131 156 372 100 70 0 2 350 136 102
Binary 1011001 1101110 11111010 1000000 111000 0 10 11101000 1011110 1000010

Color Harmonies of #596EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EFA

Black with #596EFA

Text Example


Text Example

White with #596EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,250); }

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

background-color css

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

 a { background-color: rgb(89,110,250); }

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

border-color css

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

 span { border-color: rgb(89,110,250); }

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