Html Css Color HEX #497CDE Royal Blue

📋 copy color: '#497CDE'

red 73 ◦ green 124 ◦ blue 222

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

Shades of Royal Blue #497CDE

Tints of Royal Blue #497CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 17.42%
G = 29.59%
B = 52.98%

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

#497CDE (or 0x497CDE) is known color: Royal Blue. HEX triplet: 49, 7C and DE. RGB value is (73,124,222). Sum of RGB (Red+Green+Blue) = 73+124+222=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #497CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CDE is #B68321. Grayscale: #777777. Windows color (decimal): -11961122 or 14580809. OLE color: 14580809.

HSL color Cylindrical-coordinate representation of color #497CDE: hue angle of 219.46º degrees, saturation: 0.69, 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 #497CDE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 124 222 -
CMYK 0.67 0.44 0 0.13
HSL 219.46º 0.69% 0.58% -
HSV(B) 219.46º 0.67% 0.87% -
XYZ 23.14 21.11 71.96 -
YUV 119.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 73 124 222 0.67 0.44 0 0.13 219.46 0.69 0.58
Hex 49 7C DE 43 2C 0 D DB 45 3A
Octal 111 174 336 103 54 0 15 333 105 72
Binary 1001001 1111100 11011110 1000011 101100 0 1101 11011011 1000101 111010

Color Harmonies of #497CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CDE

Black with #497CDE

Text Example


Text Example

White with #497CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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