Html Css Color HEX #497EEC Royal Blue

📋 copy color: '#497EEC'

red 73 ◦ green 126 ◦ blue 236

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

Shades of Royal Blue #497EEC

Tints of Royal Blue #497EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

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

R = 16.78%
G = 28.97%
B = 54.25%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#497EEC (or 0x497EEC) is known color: Royal Blue. HEX triplet: 49, 7E and EC. RGB value is (73,126,236). Sum of RGB (Red+Green+Blue) = 73+126+236=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #497EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EEC is #B68113. Grayscale: #7A7A7A. Windows color (decimal): -11960596 or 15498825. OLE color: 15498825.

HSL color Cylindrical-coordinate representation of color #497EEC: hue angle of 220.49º 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 #497EEC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 126 236 -
CMYK 0.69 0.47 0 0.07
HSL 220.49º 0.81% 0.61% -
HSV(B) 220.49º 0.69% 0.93% -
XYZ 25.35 22.39 82.34 -
YUV 122.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 73 126 236 0.69 0.47 0 0.07 220.49 0.81 0.61
Hex 49 7E EC 45 2F 0 7 DC 51 3D
Octal 111 176 354 105 57 0 7 334 121 75
Binary 1001001 1111110 11101100 1000101 101111 0 111 11011100 1010001 111101

Color Harmonies of #497EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EEC

Black with #497EEC

Text Example


Text Example

White with #497EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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