Html Css Color HEX #497FF7 Royal Blue

📋 copy color: '#497FF7'

red 73 ◦ green 127 ◦ blue 247

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

Shades of Royal Blue #497FF7

Tints of Royal Blue #497FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 247 (96.88% from 255) = 55.26%

R = 16.33%
G = 28.41%
B = 55.26%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#497FF7 (or 0x497FF7) is known color: Royal Blue. HEX triplet: 49, 7F and F7. RGB value is (73,127,247). Sum of RGB (Red+Green+Blue) = 73+127+247=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #497FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FF7 is #B68008. Grayscale: #7B7B7B. Windows color (decimal): -11960329 or 16219977. OLE color: 16219977.

HSL color Cylindrical-coordinate representation of color #497FF7: hue angle of 221.38º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497FF7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 127 247 -
CMYK 0.70 0.49 0 0.03
HSL 221.38º 0.92% 0.63% -
HSV(B) 221.38º 0.7% 0.97% -
XYZ 27.13 23.31 91.07 -
YUV 124.53 197.11 91.24 -
System Red Green Blue C M Y K H S L
Decimal 73 127 247 0.70 0.49 0 0.03 221.38 0.92 0.63
Hex 49 7F F7 46 31 0 3 DD 5C 3F
Octal 111 177 367 106 61 0 3 335 134 77
Binary 1001001 1111111 11110111 1000110 110001 0 11 11011101 1011100 111111

Color Harmonies of #497FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FF7

Black with #497FF7

Text Example


Text Example

White with #497FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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