Html Css Color HEX #497BF1 Royal Blue

📋 copy color: '#497BF1'

red 73 ◦ green 123 ◦ blue 241

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

Shades of Royal Blue #497BF1

Tints of Royal Blue #497BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

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

R = 16.7%
G = 28.15%
B = 55.15%

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

#497BF1 (or 0x497BF1) is known color: Royal Blue. HEX triplet: 49, 7B and F1. RGB value is (73,123,241). Sum of RGB (Red+Green+Blue) = 73+123+241=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #497BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BF1 is #B6840E. Grayscale: #787878. Windows color (decimal): -11961359 or 15825737. OLE color: 15825737.

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

Color convert

RGB 73 123 241 -
CMYK 0.70 0.49 0 0.05
HSL 222.14º 0.86% 0.62% -
HSV(B) 222.14º 0.7% 0.95% -
XYZ 25.71 21.93 86.1 -
YUV 121.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 73 123 241 0.70 0.49 0 0.05 222.14 0.86 0.62
Hex 49 7B F1 46 31 0 5 DE 56 3E
Octal 111 173 361 106 61 0 5 336 126 76
Binary 1001001 1111011 11110001 1000110 110001 0 101 11011110 1010110 111110

Color Harmonies of #497BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BF1

Black with #497BF1

Text Example


Text Example

White with #497BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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