Html Css Color HEX #497EDB Royal Blue

📋 copy color: '#497EDB'

red 73 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #497EDB

Tints of Royal Blue #497EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 17.46%
G = 30.14%
B = 52.39%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497EDB (or 0x497EDB) is known color: Royal Blue. HEX triplet: 49, 7E and DB. RGB value is (73,126,219). Sum of RGB (Red+Green+Blue) = 73+126+219=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #497EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDB is #B68124. Grayscale: #787878. Windows color (decimal): -11960613 or 14384713. OLE color: 14384713.

HSL color Cylindrical-coordinate representation of color #497EDB: hue angle of 218.22º degrees, saturation: 0.67, 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 #497EDB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 126 219 -
CMYK 0.67 0.42 0 0.14
HSL 218.22º 0.67% 0.57% -
HSV(B) 218.22º 0.67% 0.86% -
XYZ 22.99 21.45 69.95 -
YUV 120.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 73 126 219 0.67 0.42 0 0.14 218.22 0.67 0.57
Hex 49 7E DB 43 2A 0 E DA 43 39
Octal 111 176 333 103 52 0 16 332 103 71
Binary 1001001 1111110 11011011 1000011 101010 0 1110 11011010 1000011 111001

Color Harmonies of #497EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EDB

Black with #497EDB

Text Example


Text Example

White with #497EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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