Shades of Royal Blue #2460ED
Tints of Royal Blue #2460ED
RGB
CMYK
RGB Variations
Color information
#2460ED (or 0x2460ED) is known color: Royal Blue. HEX triplet: 24, 60 and ED. RGB value is (36,96,237). Sum of RGB (Red+Green+Blue) = 36+96+237=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #2460ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460ED is #DB9F12. Grayscale: #5D5D5D. Windows color (decimal): -14393107 or 15556644. OLE color: 15556644.
HSL color Cylindrical-coordinate representation of color #2460ED: hue angle of 222.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2460ED is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 96 | 237 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.07 |
| HSL | 222.09º | 0.85% | 0.54% | - |
| HSV(B) | 222.09º | 0.85% | 0.93% | - |
| XYZ | 20.2 | 14.86 | 81.92 | - |
| YUV | 94.13 | 208.62 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 237 | 0.85 | 0.59 | 0 | 0.07 | 222.09 | 0.85 | 0.54 |
| Hex | 24 | 60 | ED | 55 | 3B | 0 | 7 | DE | 55 | 36 |
| Octal | 44 | 140 | 355 | 125 | 73 | 0 | 7 | 336 | 125 | 66 |
| Binary | 100100 | 1100000 | 11101101 | 1010101 | 111011 | 0 | 111 | 11011110 | 1010101 | 110110 |
Color Harmonies of #2460ED
Complementary color
Monochromatic Colors of #2460ED
Black with #2460ED
Text Example
Text Example
White with #2460ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460ED; }
p { color: rgb(36,96,237); }
H1.HeaderClassName
{
color: #2460ED;
}
.AnyTagClassName
{
color: #2460ED;
}
</style>
background-color css
<style>
a { background-color: #2460ED; }
a { background-color: rgb(36,96,237); }
div.DivClassName
{
background-color: #2460ED;
}
.BgClassName
{
background-color: #2460ED;
}
</style>
border-color css
<style>
span { border-color: #2460ED; }
span { border-color: rgb(36,96,237); }
td.TdClassName
{
border-color: #2460ED;
}
.TagClassName
{
border-color: #2460ED;
}
</style>