Html Css Color HEX #497DD7 Royal Blue

📋 copy color: '#497DD7'

red 73 ◦ green 125 ◦ blue 215

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

Shades of Royal Blue #497DD7

Tints of Royal Blue #497DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 17.68%
G = 30.27%
B = 52.06%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#497DD7 (or 0x497DD7) is known color: Royal Blue. HEX triplet: 49, 7D and D7. RGB value is (73,125,215). Sum of RGB (Red+Green+Blue) = 73+125+215=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #497DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD7 is #B68228. Grayscale: #777777. Windows color (decimal): -11960873 or 14122313. OLE color: 14122313.

HSL color Cylindrical-coordinate representation of color #497DD7: hue angle of 218.03º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497DD7 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 125 215 -
CMYK 0.66 0.42 0 0.16
HSL 218.03º 0.64% 0.56% -
HSV(B) 218.03º 0.66% 0.84% -
XYZ 22.35 20.99 67.16 -
YUV 119.71 181.77 94.68 -
System Red Green Blue C M Y K H S L
Decimal 73 125 215 0.66 0.42 0 0.16 218.03 0.64 0.56
Hex 49 7D D7 42 2A 0 10 DA 40 38
Octal 111 175 327 102 52 0 20 332 100 70
Binary 1001001 1111101 11010111 1000010 101010 0 10000 11011010 1000000 111000

Color Harmonies of #497DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DD7

Black with #497DD7

Text Example


Text Example

White with #497DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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