Html Css Color HEX #497DEC Royal Blue

📋 copy color: '#497DEC'

red 73 ◦ green 125 ◦ blue 236

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

Shades of Royal Blue #497DEC

Tints of Royal Blue #497DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.8%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 16.82%
G = 28.8%
B = 54.38%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#497DEC (or 0x497DEC) is known color: Royal Blue. HEX triplet: 49, 7D and EC. RGB value is (73,125,236). Sum of RGB (Red+Green+Blue) = 73+125+236=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #497DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DEC is #B68213. Grayscale: #797979. Windows color (decimal): -11960852 or 15498569. OLE color: 15498569.

HSL color Cylindrical-coordinate representation of color #497DEC: hue angle of 220.86º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497DEC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 125 236 -
CMYK 0.69 0.47 0 0.07
HSL 220.86º 0.81% 0.61% -
HSV(B) 220.86º 0.69% 0.93% -
XYZ 25.22 22.14 82.3 -
YUV 122.11 192.27 92.97 -
System Red Green Blue C M Y K H S L
Decimal 73 125 236 0.69 0.47 0 0.07 220.86 0.81 0.61
Hex 49 7D EC 45 2F 0 7 DD 51 3D
Octal 111 175 354 105 57 0 7 335 121 75
Binary 1001001 1111101 11101100 1000101 101111 0 111 11011101 1010001 111101

Color Harmonies of #497DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DEC

Black with #497DEC

Text Example


Text Example

White with #497DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,236); }

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

background-color css

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

 a { background-color: rgb(73,125,236); }

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

border-color css

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

 span { border-color: rgb(73,125,236); }

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