Html Css Color HEX #497BDD Royal Blue

📋 copy color: '#497BDD'

red 73 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #497BDD

Tints of Royal Blue #497BDD

RGB

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

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

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

R = 17.51%
G = 29.5%
B = 53%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#497BDD (or 0x497BDD) is known color: Royal Blue. HEX triplet: 49, 7B and DD. RGB value is (73,123,221). Sum of RGB (Red+Green+Blue) = 73+123+221=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #497BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDD is #B68422. Grayscale: #767676. Windows color (decimal): -11961379 or 14515017. OLE color: 14515017.

HSL color Cylindrical-coordinate representation of color #497BDD: hue angle of 219.73º 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 #497BDD is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 123 221 -
CMYK 0.67 0.44 0 0.13
HSL 219.73º 0.69% 0.58% -
HSV(B) 219.73º 0.67% 0.87% -
XYZ 22.88 20.8 71.22 -
YUV 119.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 73 123 221 0.67 0.44 0 0.13 219.73 0.69 0.58
Hex 49 7B DD 43 2C 0 D DC 45 3A
Octal 111 173 335 103 54 0 15 334 105 72
Binary 1001001 1111011 11011101 1000011 101100 0 1101 11011100 1000101 111010

Color Harmonies of #497BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BDD

Black with #497BDD

Text Example


Text Example

White with #497BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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