Html Css Color HEX #497BFF Royal Blue

📋 copy color: '#497BFF'

red 73 ◦ green 123 ◦ blue 255

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

Shades of Royal Blue #497BFF

Tints of Royal Blue #497BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

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

R = 16.19%
G = 27.27%
B = 56.54%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#497BFF (or 0x497BFF) is known color: Royal Blue. HEX triplet: 49, 7B and FF. RGB value is (73,123,255). Sum of RGB (Red+Green+Blue) = 73+123+255=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #497BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BFF is #B68400. Grayscale: #7A7A7A. Windows color (decimal): -11961345 or 16743241. OLE color: 16743241.

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

Color convert

RGB 73 123 255 -
CMYK 0.71 0.52 0 0
HSL 223.52º 1% 0.64% -
HSV(B) 223.52º 0.71% 1% -
XYZ 27.88 22.8 97.54 -
YUV 123.1 202.44 92.27 -
System Red Green Blue C M Y K H S L
Decimal 73 123 255 0.71 0.52 0 0 223.52 1 0.64
Hex 49 7B FF 47 34 0 0 E0 64 40
Octal 111 173 377 107 64 0 0 340 144 100
Binary 1001001 1111011 11111111 1000111 110100 0 0 11100000 1100100 1000000

Color Harmonies of #497BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BFF

Black with #497BFF

Text Example


Text Example

White with #497BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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