Html Css Color HEX #595FE2 Royal Blue

📋 copy color: '#595FE2'

red 89 ◦ green 95 ◦ blue 226

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

Shades of Royal Blue #595FE2

Tints of Royal Blue #595FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 226 (88.67% from 255) = 55.12%

R = 21.71%
G = 23.17%
B = 55.12%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#595FE2 (or 0x595FE2) is known color: Royal Blue. HEX triplet: 59, 5F and E2. RGB value is (89,95,226). Sum of RGB (Red+Green+Blue) = 89+95+226=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #595FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FE2 is #A6A01D. Grayscale: #6B6B6B. Windows color (decimal): -10919966 or 14835545. OLE color: 14835545.

HSL color Cylindrical-coordinate representation of color #595FE2: hue angle of 237.37º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595FE2 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 95 226 -
CMYK 0.61 0.58 0 0.11
HSL 237.37º 0.7% 0.62% -
HSV(B) 237.37º 0.61% 0.89% -
XYZ 21.94 15.8 73.84 -
YUV 108.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 89 95 226 0.61 0.58 0 0.11 237.37 0.7 0.62
Hex 59 5F E2 3D 3A 0 B ED 46 3E
Octal 131 137 342 75 72 0 13 355 106 76
Binary 1011001 1011111 11100010 111101 111010 0 1011 11101101 1000110 111110

Color Harmonies of #595FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FE2

Black with #595FE2

Text Example


Text Example

White with #595FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595FE2; }

 p { color: rgb(89,95,226); }

 H1.HeaderClassName
 {
   color: #595FE2;
 }
 .AnyTagClassName
 {
   color: #595FE2;
 }
</style>

background-color css

<style>
 a { background-color: #595FE2; }

 a { background-color: rgb(89,95,226); }

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

border-color css

<style>
 span { border-color: #595FE2; }

 span { border-color: rgb(89,95,226); }

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