Html Css Color HEX #497CF1 Royal Blue

📋 copy color: '#497CF1'

red 73 ◦ green 124 ◦ blue 241

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

Shades of Royal Blue #497CF1

Tints of Royal Blue #497CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

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

R = 16.67%
G = 28.31%
B = 55.02%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#497CF1 (or 0x497CF1) is known color: Royal Blue. HEX triplet: 49, 7C and F1. RGB value is (73,124,241). Sum of RGB (Red+Green+Blue) = 73+124+241=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #497CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CF1 is #B6830E. Grayscale: #797979. Windows color (decimal): -11961103 or 15825993. OLE color: 15825993.

HSL color Cylindrical-coordinate representation of color #497CF1: hue angle of 221.79º 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 #497CF1 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 124 241 -
CMYK 0.70 0.49 0 0.05
HSL 221.79º 0.86% 0.62% -
HSV(B) 221.79º 0.7% 0.95% -
XYZ 25.83 22.18 86.14 -
YUV 122.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 73 124 241 0.70 0.49 0 0.05 221.79 0.86 0.62
Hex 49 7C F1 46 31 0 5 DE 56 3E
Octal 111 174 361 106 61 0 5 336 126 76
Binary 1001001 1111100 11110001 1000110 110001 0 101 11011110 1010110 111110

Color Harmonies of #497CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CF1

Black with #497CF1

Text Example


Text Example

White with #497CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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