Html Css Color HEX #497EDC Royal Blue

📋 copy color: '#497EDC'

red 73 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #497EDC

Tints of Royal Blue #497EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 17.42%
G = 30.07%
B = 52.51%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497EDC (or 0x497EDC) is known color: Royal Blue. HEX triplet: 49, 7E and DC. RGB value is (73,126,220). Sum of RGB (Red+Green+Blue) = 73+126+220=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #497EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDC is #B68123. Grayscale: #787878. Windows color (decimal): -11960612 or 14450249. OLE color: 14450249.

HSL color Cylindrical-coordinate representation of color #497EDC: hue angle of 218.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497EDC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 126 220 -
CMYK 0.67 0.43 0 0.14
HSL 218.37º 0.68% 0.57% -
HSV(B) 218.37º 0.67% 0.86% -
XYZ 23.13 21.51 70.64 -
YUV 120.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 73 126 220 0.67 0.43 0 0.14 218.37 0.68 0.57
Hex 49 7E DC 43 2B 0 E DA 44 39
Octal 111 176 334 103 53 0 16 332 104 71
Binary 1001001 1111110 11011100 1000011 101011 0 1110 11011010 1000100 111001

Color Harmonies of #497EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EDC

Black with #497EDC

Text Example


Text Example

White with #497EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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