Html Css Color HEX #497CE2 Royal Blue

📋 copy color: '#497CE2'

red 73 ◦ green 124 ◦ blue 226

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

Shades of Royal Blue #497CE2

Tints of Royal Blue #497CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.43%

R = 17.26%
G = 29.31%
B = 53.43%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#497CE2 (or 0x497CE2) is known color: Royal Blue. HEX triplet: 49, 7C and E2. RGB value is (73,124,226). Sum of RGB (Red+Green+Blue) = 73+124+226=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #497CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CE2 is #B6831D. Grayscale: #777777. Windows color (decimal): -11961118 or 14842953. OLE color: 14842953.

HSL color Cylindrical-coordinate representation of color #497CE2: hue angle of 220º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497CE2 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 124 226 -
CMYK 0.68 0.45 0 0.11
HSL 220º 0.73% 0.59% -
HSV(B) 220º 0.68% 0.89% -
XYZ 23.68 21.32 74.82 -
YUV 120.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 73 124 226 0.68 0.45 0 0.11 220 0.73 0.59
Hex 49 7C E2 44 2D 0 B DC 49 3B
Octal 111 174 342 104 55 0 13 334 111 73
Binary 1001001 1111100 11100010 1000100 101101 0 1011 11011100 1001001 111011

Color Harmonies of #497CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CE2

Black with #497CE2

Text Example


Text Example

White with #497CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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