Html Css Color HEX #497CFD Royal Blue

📋 copy color: '#497CFD'

red 73 ◦ green 124 ◦ blue 253

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

Shades of Royal Blue #497CFD

Tints of Royal Blue #497CFD

RGB

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

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

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

R = 16.22%
G = 27.56%
B = 56.22%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#497CFD (or 0x497CFD) is known color: Royal Blue. HEX triplet: 49, 7C and FD. RGB value is (73,124,253). Sum of RGB (Red+Green+Blue) = 73+124+253=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #497CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CFD is #B68302. Grayscale: #7A7A7A. Windows color (decimal): -11961091 or 16612425. OLE color: 16612425.

HSL color Cylindrical-coordinate representation of color #497CFD: hue angle of 223º 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 #497CFD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 124 253 -
CMYK 0.71 0.51 0 0.01
HSL 223º 0.98% 0.64% -
HSV(B) 223º 0.71% 0.99% -
XYZ 27.68 22.92 95.89 -
YUV 123.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 73 124 253 0.71 0.51 0 0.01 223 0.98 0.64
Hex 49 7C FD 47 33 0 1 DF 62 40
Octal 111 174 375 107 63 0 1 337 142 100
Binary 1001001 1111100 11111101 1000111 110011 0 1 11011111 1100010 1000000

Color Harmonies of #497CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CFD

Black with #497CFD

Text Example


Text Example

White with #497CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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