Html Css Color HEX #497DE1 Royal Blue

📋 copy color: '#497DE1'

red 73 ◦ green 125 ◦ blue 225

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

Shades of Royal Blue #497DE1

Tints of Royal Blue #497DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 17.26%
G = 29.55%
B = 53.19%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#497DE1 (or 0x497DE1) is known color: Royal Blue. HEX triplet: 49, 7D and E1. RGB value is (73,125,225). Sum of RGB (Red+Green+Blue) = 73+125+225=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #497DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DE1 is #B6821E. Grayscale: #787878. Windows color (decimal): -11960863 or 14777673. OLE color: 14777673.

HSL color Cylindrical-coordinate representation of color #497DE1: hue angle of 219.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497DE1 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 125 225 -
CMYK 0.68 0.44 0 0.12
HSL 219.47º 0.72% 0.58% -
HSV(B) 219.47º 0.68% 0.88% -
XYZ 23.67 21.52 74.14 -
YUV 120.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 73 125 225 0.68 0.44 0 0.12 219.47 0.72 0.58
Hex 49 7D E1 44 2C 0 C DB 48 3A
Octal 111 175 341 104 54 0 14 333 110 72
Binary 1001001 1111101 11100001 1000100 101100 0 1100 11011011 1001000 111010

Color Harmonies of #497DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DE1

Black with #497DE1

Text Example


Text Example

White with #497DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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