Html Css Color HEX #497AFD Royal Blue

📋 copy color: '#497AFD'

red 73 ◦ green 122 ◦ blue 253

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

Shades of Royal Blue #497AFD

Tints of Royal Blue #497AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 16.29%
G = 27.23%
B = 56.47%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#497AFD (or 0x497AFD) is known color: Royal Blue. HEX triplet: 49, 7A and FD. RGB value is (73,122,253). Sum of RGB (Red+Green+Blue) = 73+122+253=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #497AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AFD is #B68502. Grayscale: #797979. Windows color (decimal): -11961603 or 16611913. OLE color: 16611913.

HSL color Cylindrical-coordinate representation of color #497AFD: hue angle of 223.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497AFD is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 122 253 -
CMYK 0.71 0.52 0 0.01
HSL 223.67º 0.98% 0.64% -
HSV(B) 223.67º 0.71% 0.99% -
XYZ 27.44 22.43 95.81 -
YUV 122.28 201.77 92.85 -
System Red Green Blue C M Y K H S L
Decimal 73 122 253 0.71 0.52 0 0.01 223.67 0.98 0.64
Hex 49 7A FD 47 34 0 1 E0 62 40
Octal 111 172 375 107 64 0 1 340 142 100
Binary 1001001 1111010 11111101 1000111 110100 0 1 11100000 1100010 1000000

Color Harmonies of #497AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AFD

Black with #497AFD

Text Example


Text Example

White with #497AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,253); }

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

background-color css

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

 a { background-color: rgb(73,122,253); }

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

border-color css

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

 span { border-color: rgb(73,122,253); }

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