Html Css Color HEX #497EDD Royal Blue

📋 copy color: '#497EDD'

red 73 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #497EDD

Tints of Royal Blue #497EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 17.38%
G = 30%
B = 52.62%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#497EDD (or 0x497EDD) is known color: Royal Blue. HEX triplet: 49, 7E and DD. RGB value is (73,126,221). Sum of RGB (Red+Green+Blue) = 73+126+221=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #497EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDD is #B68122. Grayscale: #787878. Windows color (decimal): -11960611 or 14515785. OLE color: 14515785.

HSL color Cylindrical-coordinate representation of color #497EDD: hue angle of 218.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497EDD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 126 221 -
CMYK 0.67 0.43 0 0.13
HSL 218.51º 0.69% 0.58% -
HSV(B) 218.51º 0.67% 0.87% -
XYZ 23.26 21.56 71.34 -
YUV 120.98 184.44 93.78 -
System Red Green Blue C M Y K H S L
Decimal 73 126 221 0.67 0.43 0 0.13 218.51 0.69 0.58
Hex 49 7E DD 43 2B 0 D DB 45 3A
Octal 111 176 335 103 53 0 15 333 105 72
Binary 1001001 1111110 11011101 1000011 101011 0 1101 11011011 1000101 111010

Color Harmonies of #497EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EDD

Black with #497EDD

Text Example


Text Example

White with #497EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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