#495DDD

Color #495DDD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #495DDD

Tints of Royal Blue #495DDD

Color information

#495DDD (or 0x495DDD) is unknown color: approx Royal Blue. HEX triplet: 49, 5D and DD. RGB value is (73,93,221). Sum of RGB (Red+Green+Blue) = 73+93+221=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #495DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DDD is #B6A222. Grayscale: #656565. Windows color (decimal): -11969059 or 14507337. OLE color: 14507337.

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

Color convert

RGB7393221-
CMYK0.670.5800.13
HSL231.89º68.52%57.65%-
HSV(B)231.89º66.97%86.67%-
XYZ19.7114.4770.16-
YUV101.61195.37107.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 221 (86.72% from 255) = 57.11%
R=18.86%
G=24.03%
B=57.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73932210.670.5800.13231.8968.5257.65
Hex495DDD433A0De8453a
Octal1111353351037201535010572
Binary1001001101110111011101100001111101001101111010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495DDD; }

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

 H1.HeaderClassName
 {
   color: #495DDD;
 }
 .AnyTagClassName
 {
   color: #495DDD;
 }
</style>
background-color css

<style>
 a { background-color: #495DDD; }

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

 div.DivClassName
 {
   background-color: #495DDD;
 }
 .BgClassName
 {
   background-color: #495DDD;
 }
</style>
border-color css

<style>
 span { border-color: #495DDD; }

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

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