Html Css Color HEX #495ED8 Royal Blue

📋 copy color: '#495ED8'

red 73 ◦ green 94 ◦ blue 216

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

Shades of Royal Blue #495ED8

Tints of Royal Blue #495ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.4%

R = 19.06%
G = 24.54%
B = 56.4%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#495ED8 (or 0x495ED8) is known color: Royal Blue. HEX triplet: 49, 5E and D8. RGB value is (73,94,216). Sum of RGB (Red+Green+Blue) = 73+94+216=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #495ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ED8 is #B6A127. Grayscale: #656565. Windows color (decimal): -11968808 or 14179913. OLE color: 14179913.

HSL color Cylindrical-coordinate representation of color #495ED8: hue angle of 231.19º 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 #495ED8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 94 216 -
CMYK 0.66 0.56 0 0.15
HSL 231.19º 0.65% 0.57% -
HSV(B) 231.19º 0.66% 0.85% -
XYZ 19.15 14.38 66.73 -
YUV 101.63 192.54 107.58 -
System Red Green Blue C M Y K H S L
Decimal 73 94 216 0.66 0.56 0 0.15 231.19 0.65 0.57
Hex 49 5E D8 42 38 0 F E7 41 39
Octal 111 136 330 102 70 0 17 347 101 71
Binary 1001001 1011110 11011000 1000010 111000 0 1111 11100111 1000001 111001

Color Harmonies of #495ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ED8

Black with #495ED8

Text Example


Text Example

White with #495ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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