Html Css Color HEX #497EFC Royal Blue

📋 copy color: '#497EFC'

red 73 ◦ green 126 ◦ blue 252

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

Shades of Royal Blue #497EFC

Tints of Royal Blue #497EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.94%

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

R = 16.19%
G = 27.94%
B = 55.88%

CMYK

 C value IS 0.71

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#497EFC (or 0x497EFC) is known color: Royal Blue. HEX triplet: 49, 7E and FC. RGB value is (73,126,252). Sum of RGB (Red+Green+Blue) = 73+126+252=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #497EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EFC is #B68103. Grayscale: #7B7B7B. Windows color (decimal): -11960580 or 16547401. OLE color: 16547401.

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

Color convert

RGB 73 126 252 -
CMYK 0.71 0.5 0 0.01
HSL 222.23º 0.97% 0.64% -
HSV(B) 222.23º 0.71% 0.99% -
XYZ 27.78 23.37 95.14 -
YUV 124.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 73 126 252 0.71 0.5 0 0.01 222.23 0.97 0.64
Hex 49 7E FC 47 32 0 1 DE 61 40
Octal 111 176 374 107 62 0 1 336 141 100
Binary 1001001 1111110 11111100 1000111 110010 0 1 11011110 1100001 1000000

Color Harmonies of #497EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EFC

Black with #497EFC

Text Example


Text Example

White with #497EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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