Html Css Color HEX #495EEC Royal Blue

📋 copy color: '#495EEC'

red 73 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #495EEC

Tints of Royal Blue #495EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 18.11%
G = 23.33%
B = 58.56%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#495EEC (or 0x495EEC) is known color: Royal Blue. HEX triplet: 49, 5E and EC. RGB value is (73,94,236). Sum of RGB (Red+Green+Blue) = 73+94+236=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #495EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EEC is #B6A113. Grayscale: #676767. Windows color (decimal): -11968788 or 15490633. OLE color: 15490633.

HSL color Cylindrical-coordinate representation of color #495EEC: hue angle of 232.27º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495EEC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 94 236 -
CMYK 0.69 0.60 0 0.07
HSL 232.27º 0.81% 0.61% -
HSV(B) 232.27º 0.69% 0.93% -
XYZ 21.89 15.48 81.19 -
YUV 103.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 73 94 236 0.69 0.60 0 0.07 232.27 0.81 0.61
Hex 49 5E EC 45 3C 0 7 E8 51 3D
Octal 111 136 354 105 74 0 7 350 121 75
Binary 1001001 1011110 11101100 1000101 111100 0 111 11101000 1010001 111101

Color Harmonies of #495EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EEC

Black with #495EEC

Text Example


Text Example

White with #495EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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