Shades of Royal Blue #495DDF
Tints of Royal Blue #495DDF
RGB
CMYK
RGB Variations
Color information
#495DDF (or 0x495DDF) is known color: Royal Blue. HEX triplet: 49, 5D and DF. RGB value is (73,93,223). Sum of RGB (Red+Green+Blue) = 73+93+223=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #495DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DDF is #B6A220. Grayscale: #656565. Windows color (decimal): -11969057 or 14638409. OLE color: 14638409.
HSL color Cylindrical-coordinate representation of color #495DDF: hue angle of 232º degrees, saturation: 0.7, 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 #495DDF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 93 | 223 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.13 |
| HSL | 232º | 0.7% | 0.58% | - |
| HSV(B) | 232º | 0.67% | 0.87% | - |
| XYZ | 19.98 | 14.57 | 71.57 | - |
| YUV | 101.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 223 | 0.67 | 0.58 | 0 | 0.13 | 232 | 0.7 | 0.58 |
| Hex | 49 | 5D | DF | 43 | 3A | 0 | D | E8 | 46 | 3A |
| Octal | 111 | 135 | 337 | 103 | 72 | 0 | 15 | 350 | 106 | 72 |
| Binary | 1001001 | 1011101 | 11011111 | 1000011 | 111010 | 0 | 1101 | 11101000 | 1000110 | 111010 |
Color Harmonies of #495DDF
Complementary color
Monochromatic Colors of #495DDF
Black with #495DDF
Text Example
Text Example
White with #495DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DDF; }
p { color: rgb(73,93,223); }
H1.HeaderClassName
{
color: #495DDF;
}
.AnyTagClassName
{
color: #495DDF;
}
</style>
background-color css
<style>
a { background-color: #495DDF; }
a { background-color: rgb(73,93,223); }
div.DivClassName
{
background-color: #495DDF;
}
.BgClassName
{
background-color: #495DDF;
}
</style>
border-color css
<style>
span { border-color: #495DDF; }
span { border-color: rgb(73,93,223); }
td.TdClassName
{
border-color: #495DDF;
}
.TagClassName
{
border-color: #495DDF;
}
</style>