Html Css Color HEX #497FFA Royal Blue

📋 copy color: '#497FFA'

red 73 ◦ green 127 ◦ blue 250

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

Shades of Royal Blue #497FFA

Tints of Royal Blue #497FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 16.22%
G = 28.22%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#497FFA (or 0x497FFA) is known color: Royal Blue. HEX triplet: 49, 7F and FA. RGB value is (73,127,250). Sum of RGB (Red+Green+Blue) = 73+127+250=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #497FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FFA is #B68005. Grayscale: #7C7C7C. Windows color (decimal): -11960326 or 16416585. OLE color: 16416585.

HSL color Cylindrical-coordinate representation of color #497FFA: hue angle of 221.69º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497FFA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 127 250 -
CMYK 0.71 0.49 0 0.02
HSL 221.69º 0.95% 0.63% -
HSV(B) 221.69º 0.71% 0.98% -
XYZ 27.59 23.5 93.52 -
YUV 124.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 73 127 250 0.71 0.49 0 0.02 221.69 0.95 0.63
Hex 49 7F FA 47 31 0 2 DE 5F 3F
Octal 111 177 372 107 61 0 2 336 137 77
Binary 1001001 1111111 11111010 1000111 110001 0 10 11011110 1011111 111111

Color Harmonies of #497FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FFA

Black with #497FFA

Text Example


Text Example

White with #497FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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