Html Css Color HEX #495EE0 Royal Blue

📋 copy color: '#495EE0'

red 73 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #495EE0

Tints of Royal Blue #495EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.29%

R = 18.67%
G = 24.04%
B = 57.29%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#495EE0 (or 0x495EE0) is known color: Royal Blue. HEX triplet: 49, 5E and E0. RGB value is (73,94,224). Sum of RGB (Red+Green+Blue) = 73+94+224=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #495EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EE0 is #B6A11F. Grayscale: #656565. Windows color (decimal): -11968800 or 14704201. OLE color: 14704201.

HSL color Cylindrical-coordinate representation of color #495EE0: hue angle of 231.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495EE0 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 94 224 -
CMYK 0.67 0.58 0 0.12
HSL 231.66º 0.71% 0.58% -
HSV(B) 231.66º 0.67% 0.88% -
XYZ 20.2 14.8 72.31 -
YUV 102.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 73 94 224 0.67 0.58 0 0.12 231.66 0.71 0.58
Hex 49 5E E0 43 3A 0 C E8 47 3A
Octal 111 136 340 103 72 0 14 350 107 72
Binary 1001001 1011110 11100000 1000011 111010 0 1100 11101000 1000111 111010

Color Harmonies of #495EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EE0

Black with #495EE0

Text Example


Text Example

White with #495EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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