Html Css Color HEX #497BFD Royal Blue

📋 copy color: '#497BFD'

red 73 ◦ green 123 ◦ blue 253

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

Shades of Royal Blue #497BFD

Tints of Royal Blue #497BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 16.26%
G = 27.39%
B = 56.35%

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

#497BFD (or 0x497BFD) is known color: Royal Blue. HEX triplet: 49, 7B and FD. RGB value is (73,123,253). Sum of RGB (Red+Green+Blue) = 73+123+253=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #497BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BFD is #B68402. Grayscale: #7A7A7A. Windows color (decimal): -11961347 or 16612169. OLE color: 16612169.

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

Color convert

RGB 73 123 253 -
CMYK 0.71 0.51 0 0.01
HSL 223.33º 0.98% 0.64% -
HSV(B) 223.33º 0.71% 0.99% -
XYZ 27.56 22.67 95.85 -
YUV 122.87 201.44 92.43 -
System Red Green Blue C M Y K H S L
Decimal 73 123 253 0.71 0.51 0 0.01 223.33 0.98 0.64
Hex 49 7B FD 47 33 0 1 DF 62 40
Octal 111 173 375 107 63 0 1 337 142 100
Binary 1001001 1111011 11111101 1000111 110011 0 1 11011111 1100010 1000000

Color Harmonies of #497BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BFD

Black with #497BFD

Text Example


Text Example

White with #497BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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