Html Css Color HEX #497FDC Royal Blue

📋 copy color: '#497FDC'

red 73 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #497FDC

Tints of Royal Blue #497FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 17.38%
G = 30.24%
B = 52.38%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497FDC (or 0x497FDC) is known color: Royal Blue. HEX triplet: 49, 7F and DC. RGB value is (73,127,220). Sum of RGB (Red+Green+Blue) = 73+127+220=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #497FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDC is #B68023. Grayscale: #797979. Windows color (decimal): -11960356 or 14450505. OLE color: 14450505.

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

Color convert

RGB 73 127 220 -
CMYK 0.67 0.42 0 0.14
HSL 217.96º 0.68% 0.57% -
HSV(B) 217.96º 0.67% 0.86% -
XYZ 23.26 21.76 70.69 -
YUV 121.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 73 127 220 0.67 0.42 0 0.14 217.96 0.68 0.57
Hex 49 7F DC 43 2A 0 E DA 44 39
Octal 111 177 334 103 52 0 16 332 104 71
Binary 1001001 1111111 11011100 1000011 101010 0 1110 11011010 1000100 111001

Color Harmonies of #497FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FDC

Black with #497FDC

Text Example


Text Example

White with #497FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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