Html Css Color HEX #497FDD Royal Blue

📋 copy color: '#497FDD'

red 73 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #497FDD

Tints of Royal Blue #497FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 17.34%
G = 30.17%
B = 52.49%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#497FDD (or 0x497FDD) is known color: Royal Blue. HEX triplet: 49, 7F and DD. RGB value is (73,127,221). Sum of RGB (Red+Green+Blue) = 73+127+221=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #497FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDD is #B68022. Grayscale: #797979. Windows color (decimal): -11960355 or 14516041. OLE color: 14516041.

HSL color Cylindrical-coordinate representation of color #497FDD: hue angle of 218.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497FDD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 127 221 -
CMYK 0.67 0.43 0 0.13
HSL 218.11º 0.69% 0.58% -
HSV(B) 218.11º 0.67% 0.87% -
XYZ 23.39 21.82 71.38 -
YUV 121.57 184.11 93.36 -
System Red Green Blue C M Y K H S L
Decimal 73 127 221 0.67 0.43 0 0.13 218.11 0.69 0.58
Hex 49 7F DD 43 2B 0 D DA 45 3A
Octal 111 177 335 103 53 0 15 332 105 72
Binary 1001001 1111111 11011101 1000011 101011 0 1101 11011010 1000101 111010

Color Harmonies of #497FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FDD

Black with #497FDD

Text Example


Text Example

White with #497FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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