Html Css Color HEX #497CFC Royal Blue

📋 copy color: '#497CFC'

red 73 ◦ green 124 ◦ blue 252

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

Shades of Royal Blue #497CFC

Tints of Royal Blue #497CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 16.26%
G = 27.62%
B = 56.12%

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

#497CFC (or 0x497CFC) is known color: Royal Blue. HEX triplet: 49, 7C and FC. RGB value is (73,124,252). Sum of RGB (Red+Green+Blue) = 73+124+252=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #497CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CFC is #B68303. Grayscale: #7A7A7A. Windows color (decimal): -11961092 or 16546889. OLE color: 16546889.

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

Color convert

RGB 73 124 252 -
CMYK 0.71 0.51 0 0.01
HSL 222.91º 0.97% 0.64% -
HSV(B) 222.91º 0.71% 0.99% -
XYZ 27.53 22.86 95.06 -
YUV 123.34 200.6 92.09 -
System Red Green Blue C M Y K H S L
Decimal 73 124 252 0.71 0.51 0 0.01 222.91 0.97 0.64
Hex 49 7C FC 47 33 0 1 DF 61 40
Octal 111 174 374 107 63 0 1 337 141 100
Binary 1001001 1111100 11111100 1000111 110011 0 1 11011111 1100001 1000000

Color Harmonies of #497CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CFC

Black with #497CFC

Text Example


Text Example

White with #497CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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