Shades of Royal Blue #495DED
Tints of Royal Blue #495DED
RGB
CMYK
RGB Variations
Color information
#495DED (or 0x495DED) is known color: Royal Blue. HEX triplet: 49, 5D and ED. RGB value is (73,93,237). Sum of RGB (Red+Green+Blue) = 73+93+237=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #495DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DED is #B6A212. Grayscale: #666666. Windows color (decimal): -11969043 or 15555913. OLE color: 15555913.
HSL color Cylindrical-coordinate representation of color #495DED: hue angle of 232.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495DED is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 93 | 237 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 232.68º | 0.82% | 0.61% | - |
| HSV(B) | 232.68º | 0.69% | 0.93% | - |
| XYZ | 21.95 | 15.36 | 81.93 | - |
| YUV | 103.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 237 | 0.69 | 0.61 | 0 | 0.07 | 232.68 | 0.82 | 0.61 |
| Hex | 49 | 5D | ED | 45 | 3D | 0 | 7 | E9 | 52 | 3D |
| Octal | 111 | 135 | 355 | 105 | 75 | 0 | 7 | 351 | 122 | 75 |
| Binary | 1001001 | 1011101 | 11101101 | 1000101 | 111101 | 0 | 111 | 11101001 | 1010010 | 111101 |
Color Harmonies of #495DED
Complementary color
Monochromatic Colors of #495DED
Black with #495DED
Text Example
Text Example
White with #495DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DED; }
p { color: rgb(73,93,237); }
H1.HeaderClassName
{
color: #495DED;
}
.AnyTagClassName
{
color: #495DED;
}
</style>
background-color css
<style>
a { background-color: #495DED; }
a { background-color: rgb(73,93,237); }
div.DivClassName
{
background-color: #495DED;
}
.BgClassName
{
background-color: #495DED;
}
</style>
border-color css
<style>
span { border-color: #495DED; }
span { border-color: rgb(73,93,237); }
td.TdClassName
{
border-color: #495DED;
}
.TagClassName
{
border-color: #495DED;
}
</style>