Html Css Color HEX #497EFF Royal Blue

📋 copy color: '#497EFF'

red 73 ◦ green 126 ◦ blue 255

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

Shades of Royal Blue #497EFF

Tints of Royal Blue #497EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 16.08%
G = 27.75%
B = 56.17%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#497EFF (or 0x497EFF) is known color: Royal Blue. HEX triplet: 49, 7E and FF. RGB value is (73,126,255). Sum of RGB (Red+Green+Blue) = 73+126+255=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #497EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EFF is #B68100. Grayscale: #7C7C7C. Windows color (decimal): -11960577 or 16744009. OLE color: 16744009.

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

Color convert

RGB 73 126 255 -
CMYK 0.71 0.51 0 0
HSL 222.53º 1% 0.64% -
HSV(B) 222.53º 0.71% 1% -
XYZ 28.26 23.56 97.67 -
YUV 124.86 201.44 91.01 -
System Red Green Blue C M Y K H S L
Decimal 73 126 255 0.71 0.51 0 0 222.53 1 0.64
Hex 49 7E FF 47 33 0 0 DF 64 40
Octal 111 176 377 107 63 0 0 337 144 100
Binary 1001001 1111110 11111111 1000111 110011 0 0 11011111 1100100 1000000

Color Harmonies of #497EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EFF

Black with #497EFF

Text Example


Text Example

White with #497EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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