Html Css Color HEX #497FFC Royal Blue

📋 copy color: '#497FFC'

red 73 ◦ green 127 ◦ blue 252

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

Shades of Royal Blue #497FFC

Tints of Royal Blue #497FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 16.15%
G = 28.1%
B = 55.75%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#497FFC (or 0x497FFC) is known color: Royal Blue. HEX triplet: 49, 7F and FC. RGB value is (73,127,252). Sum of RGB (Red+Green+Blue) = 73+127+252=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #497FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FFC is #B68003. Grayscale: #7C7C7C. Windows color (decimal): -11960324 or 16547657. OLE color: 16547657.

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

Color convert

RGB 73 127 252 -
CMYK 0.71 0.50 0 0.01
HSL 221.9º 0.97% 0.64% -
HSV(B) 221.9º 0.71% 0.99% -
XYZ 27.91 23.62 95.18 -
YUV 125.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 73 127 252 0.71 0.50 0 0.01 221.9 0.97 0.64
Hex 49 7F FC 47 32 0 1 DE 61 40
Octal 111 177 374 107 62 0 1 336 141 100
Binary 1001001 1111111 11111100 1000111 110010 0 1 11011110 1100001 1000000

Color Harmonies of #497FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FFC

Black with #497FFC

Text Example


Text Example

White with #497FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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