Shades of Royal Blue #2461EC
Tints of Royal Blue #2461EC
RGB
CMYK
RGB Variations
Color information
#2461EC (or 0x2461EC) is known color: Royal Blue. HEX triplet: 24, 61 and EC. RGB value is (36,97,236). Sum of RGB (Red+Green+Blue) = 36+97+236=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #2461EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2461EC is #DB9E13. Grayscale: #5D5D5D. Windows color (decimal): -14392852 or 15491364. OLE color: 15491364.
HSL color Cylindrical-coordinate representation of color #2461EC: hue angle of 221.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2461EC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 97 | 236 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.07 |
| HSL | 221.7º | 0.84% | 0.53% | - |
| HSV(B) | 221.7º | 0.85% | 0.93% | - |
| XYZ | 20.14 | 14.98 | 81.19 | - |
| YUV | 94.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 236 | 0.85 | 0.59 | 0 | 0.07 | 221.7 | 0.84 | 0.53 |
| Hex | 24 | 61 | EC | 55 | 3B | 0 | 7 | DE | 54 | 35 |
| Octal | 44 | 141 | 354 | 125 | 73 | 0 | 7 | 336 | 124 | 65 |
| Binary | 100100 | 1100001 | 11101100 | 1010101 | 111011 | 0 | 111 | 11011110 | 1010100 | 110101 |
Color Harmonies of #2461EC
Complementary color
Monochromatic Colors of #2461EC
Black with #2461EC
Text Example
Text Example
White with #2461EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2461EC; }
p { color: rgb(36,97,236); }
H1.HeaderClassName
{
color: #2461EC;
}
.AnyTagClassName
{
color: #2461EC;
}
</style>
background-color css
<style>
a { background-color: #2461EC; }
a { background-color: rgb(36,97,236); }
div.DivClassName
{
background-color: #2461EC;
}
.BgClassName
{
background-color: #2461EC;
}
</style>
border-color css
<style>
span { border-color: #2461EC; }
span { border-color: rgb(36,97,236); }
td.TdClassName
{
border-color: #2461EC;
}
.TagClassName
{
border-color: #2461EC;
}
</style>