Html Css Color HEX #497CDF Royal Blue

📋 copy color: '#497CDF'

red 73 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #497CDF

Tints of Royal Blue #497CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 17.38%
G = 29.52%
B = 53.1%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#497CDF (or 0x497CDF) is known color: Royal Blue. HEX triplet: 49, 7C and DF. RGB value is (73,124,223). Sum of RGB (Red+Green+Blue) = 73+124+223=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #497CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CDF is #B68320. Grayscale: #777777. Windows color (decimal): -11961121 or 14646345. OLE color: 14646345.

HSL color Cylindrical-coordinate representation of color #497CDF: hue angle of 219.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497CDF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 124 223 -
CMYK 0.67 0.44 0 0.13
HSL 219.6º 0.7% 0.58% -
HSV(B) 219.6º 0.67% 0.87% -
XYZ 23.27 21.16 72.67 -
YUV 120.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 73 124 223 0.67 0.44 0 0.13 219.6 0.7 0.58
Hex 49 7C DF 43 2C 0 D DC 46 3A
Octal 111 174 337 103 54 0 15 334 106 72
Binary 1001001 1111100 11011111 1000011 101100 0 1101 11011100 1000110 111010

Color Harmonies of #497CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CDF

Black with #497CDF

Text Example


Text Example

White with #497CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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