Shades of Royal Blue #495CED
Tints of Royal Blue #495CED
RGB
CMYK
RGB Variations
Color information
#495CED (or 0x495CED) is known color: Royal Blue. HEX triplet: 49, 5C and ED. RGB value is (73,92,237). Sum of RGB (Red+Green+Blue) = 73+92+237=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #495CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CED is #B6A312. Grayscale: #666666. Windows color (decimal): -11969299 or 15555657. OLE color: 15555657.
HSL color Cylindrical-coordinate representation of color #495CED: hue angle of 233.05º 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 #495CED is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 92 | 237 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 233.05º | 0.82% | 0.61% | - |
| HSV(B) | 233.05º | 0.69% | 0.93% | - |
| XYZ | 21.86 | 15.19 | 81.9 | - |
| YUV | 102.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 237 | 0.69 | 0.61 | 0 | 0.07 | 233.05 | 0.82 | 0.61 |
| Hex | 49 | 5C | ED | 45 | 3D | 0 | 7 | E9 | 52 | 3D |
| Octal | 111 | 134 | 355 | 105 | 75 | 0 | 7 | 351 | 122 | 75 |
| Binary | 1001001 | 1011100 | 11101101 | 1000101 | 111101 | 0 | 111 | 11101001 | 1010010 | 111101 |
Color Harmonies of #495CED
Complementary color
Monochromatic Colors of #495CED
Black with #495CED
Text Example
Text Example
White with #495CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CED; }
p { color: rgb(73,92,237); }
H1.HeaderClassName
{
color: #495CED;
}
.AnyTagClassName
{
color: #495CED;
}
</style>
background-color css
<style>
a { background-color: #495CED; }
a { background-color: rgb(73,92,237); }
div.DivClassName
{
background-color: #495CED;
}
.BgClassName
{
background-color: #495CED;
}
</style>
border-color css
<style>
span { border-color: #495CED; }
span { border-color: rgb(73,92,237); }
td.TdClassName
{
border-color: #495CED;
}
.TagClassName
{
border-color: #495CED;
}
</style>