Html Css Color HEX #497EF1 Royal Blue

📋 copy color: '#497EF1'

red 73 ◦ green 126 ◦ blue 241

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

Shades of Royal Blue #497EF1

Tints of Royal Blue #497EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 16.59%
G = 28.64%
B = 54.77%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#497EF1 (or 0x497EF1) is known color: Royal Blue. HEX triplet: 49, 7E and F1. RGB value is (73,126,241). Sum of RGB (Red+Green+Blue) = 73+126+241=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #497EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EF1 is #B6810E. Grayscale: #7A7A7A. Windows color (decimal): -11960591 or 15826505. OLE color: 15826505.

HSL color Cylindrical-coordinate representation of color #497EF1: hue angle of 221.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497EF1 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 126 241 -
CMYK 0.70 0.48 0 0.05
HSL 221.07º 0.86% 0.62% -
HSV(B) 221.07º 0.7% 0.95% -
XYZ 26.09 22.69 86.22 -
YUV 123.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 73 126 241 0.70 0.48 0 0.05 221.07 0.86 0.62
Hex 49 7E F1 46 30 0 5 DD 56 3E
Octal 111 176 361 106 60 0 5 335 126 76
Binary 1001001 1111110 11110001 1000110 110000 0 101 11011101 1010110 111110

Color Harmonies of #497EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EF1

Black with #497EF1

Text Example


Text Example

White with #497EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,241); }

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

background-color css

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

 a { background-color: rgb(73,126,241); }

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

border-color css

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

 span { border-color: rgb(73,126,241); }

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