Html Css Color HEX #497DDB Royal Blue

📋 copy color: '#497DDB'

red 73 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #497DDB

Tints of Royal Blue #497DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

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

R = 17.51%
G = 29.98%
B = 52.52%

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

#497DDB (or 0x497DDB) is known color: Royal Blue. HEX triplet: 49, 7D and DB. RGB value is (73,125,219). Sum of RGB (Red+Green+Blue) = 73+125+219=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #497DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DDB is #B68224. Grayscale: #777777. Windows color (decimal): -11960869 or 14384457. OLE color: 14384457.

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

Color convert

RGB 73 125 219 -
CMYK 0.67 0.43 0 0.14
HSL 218.63º 0.67% 0.57% -
HSV(B) 218.63º 0.67% 0.86% -
XYZ 22.87 21.2 69.9 -
YUV 120.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 73 125 219 0.67 0.43 0 0.14 218.63 0.67 0.57
Hex 49 7D DB 43 2B 0 E DB 43 39
Octal 111 175 333 103 53 0 16 333 103 71
Binary 1001001 1111101 11011011 1000011 101011 0 1110 11011011 1000011 111001

Color Harmonies of #497DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DDB

Black with #497DDB

Text Example


Text Example

White with #497DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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