#497FDD

Color #497FDD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #497FDD

Tints of Royal Blue #497FDD

Color information

#497FDD (or 0x497FDD) is unknown color: approx Royal Blue. HEX triplet: 49, 7F and DD. RGB value is (73,127,221). Sum of RGB (Red+Green+Blue) = 73+127+221=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #497FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDD is #B68022. Grayscale: #797979. Windows color (decimal): -11960355 or 14516041. OLE color: 14516041.

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

Color convert

RGB73127221-
CMYK0.670.4300.13
HSL218.11º68.52%57.65%-
HSV(B)218.11º66.97%86.67%-
XYZ23.3921.8271.38-
YUV121.57184.1193.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=17.34%
G=30.17%
B=52.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731272210.670.4300.13218.1168.5257.65
Hex497FDD432B0Dda453a
Octal1111773351035301533210572
Binary1001001111111111011101100001110101101101110110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #497FDD;
 }
 .AnyTagClassName
 {
   color: #497FDD;
 }
</style>
background-color css

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

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

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

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

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

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