Html Css Color HEX #497FDA Royal Blue

📋 copy color: '#497FDA'

red 73 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #497FDA

Tints of Royal Blue #497FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 17.46%
G = 30.38%
B = 52.15%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#497FDA (or 0x497FDA) is known color: Royal Blue. HEX triplet: 49, 7F and DA. RGB value is (73,127,218). Sum of RGB (Red+Green+Blue) = 73+127+218=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #497FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDA is #B68025. Grayscale: #787878. Windows color (decimal): -11960358 or 14319433. OLE color: 14319433.

HSL color Cylindrical-coordinate representation of color #497FDA: hue angle of 217.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497FDA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 127 218 -
CMYK 0.67 0.42 0 0.15
HSL 217.66º 0.66% 0.57% -
HSV(B) 217.66º 0.67% 0.85% -
XYZ 22.99 21.66 69.3 -
YUV 121.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 73 127 218 0.67 0.42 0 0.15 217.66 0.66 0.57
Hex 49 7F DA 43 2A 0 F DA 42 39
Octal 111 177 332 103 52 0 17 332 102 71
Binary 1001001 1111111 11011010 1000011 101010 0 1111 11011010 1000010 111001

Color Harmonies of #497FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FDA

Black with #497FDA

Text Example


Text Example

White with #497FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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