Html Css Color HEX #495ED9 Royal Blue

📋 copy color: '#495ED9'

red 73 ◦ green 94 ◦ blue 217

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

Shades of Royal Blue #495ED9

Tints of Royal Blue #495ED9

RGB

 RED value IS 73 (28.91% from 255) = 19.01%

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 217 (85.16% from 255) = 56.51%

R = 19.01%
G = 24.48%
B = 56.51%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#495ED9 (or 0x495ED9) is known color: Royal Blue. HEX triplet: 49, 5E and D9. RGB value is (73,94,217). Sum of RGB (Red+Green+Blue) = 73+94+217=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #495ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ED9 is #B6A126. Grayscale: #656565. Windows color (decimal): -11968807 or 14245449. OLE color: 14245449.

HSL color Cylindrical-coordinate representation of color #495ED9: hue angle of 231.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495ED9 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 94 217 -
CMYK 0.66 0.57 0 0.15
HSL 231.25º 0.65% 0.57% -
HSV(B) 231.25º 0.66% 0.85% -
XYZ 19.27 14.43 67.42 -
YUV 101.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 73 94 217 0.66 0.57 0 0.15 231.25 0.65 0.57
Hex 49 5E D9 42 39 0 F E7 41 39
Octal 111 136 331 102 71 0 17 347 101 71
Binary 1001001 1011110 11011001 1000010 111001 0 1111 11100111 1000001 111001

Color Harmonies of #495ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ED9

Black with #495ED9

Text Example


Text Example

White with #495ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495ED9; }

 p { color: rgb(73,94,217); }

 H1.HeaderClassName
 {
   color: #495ED9;
 }
 .AnyTagClassName
 {
   color: #495ED9;
 }
</style>

background-color css

<style>
 a { background-color: #495ED9; }

 a { background-color: rgb(73,94,217); }

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

border-color css

<style>
 span { border-color: #495ED9; }

 span { border-color: rgb(73,94,217); }

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