Html Css Color HEX #497FDF Royal Blue

📋 copy color: '#497FDF'

red 73 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #497FDF

Tints of Royal Blue #497FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 17.26%
G = 30.02%
B = 52.72%

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

#497FDF (or 0x497FDF) is known color: Royal Blue. HEX triplet: 49, 7F and DF. RGB value is (73,127,223). Sum of RGB (Red+Green+Blue) = 73+127+223=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #497FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDF is #B68020. Grayscale: #797979. Windows color (decimal): -11960353 or 14647113. OLE color: 14647113.

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

Color convert

RGB 73 127 223 -
CMYK 0.67 0.43 0 0.13
HSL 218.4º 0.7% 0.58% -
HSV(B) 218.4º 0.67% 0.87% -
XYZ 23.66 21.92 72.8 -
YUV 121.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 73 127 223 0.67 0.43 0 0.13 218.4 0.7 0.58
Hex 49 7F DF 43 2B 0 D DA 46 3A
Octal 111 177 337 103 53 0 15 332 106 72
Binary 1001001 1111111 11011111 1000011 101011 0 1101 11011010 1000110 111010

Color Harmonies of #497FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FDF

Black with #497FDF

Text Example


Text Example

White with #497FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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