Shades of Royal Blue #2460DE
Tints of Royal Blue #2460DE
RGB
CMYK
RGB Variations
Color information
#2460DE (or 0x2460DE) is known color: Royal Blue. HEX triplet: 24, 60 and DE. RGB value is (36,96,222). Sum of RGB (Red+Green+Blue) = 36+96+222=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #2460DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460DE is #DB9F21. Grayscale: #5B5B5B. Windows color (decimal): -14393122 or 14573604. OLE color: 14573604.
HSL color Cylindrical-coordinate representation of color #2460DE: hue angle of 220.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2460DE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 96 | 222 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.13 |
| HSL | 220.65º | 0.74% | 0.51% | - |
| HSV(B) | 220.65º | 0.84% | 0.87% | - |
| XYZ | 18.1 | 14.01 | 70.86 | - |
| YUV | 92.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 222 | 0.84 | 0.57 | 0 | 0.13 | 220.65 | 0.74 | 0.51 |
| Hex | 24 | 60 | DE | 54 | 39 | 0 | D | DD | 4A | 33 |
| Octal | 44 | 140 | 336 | 124 | 71 | 0 | 15 | 335 | 112 | 63 |
| Binary | 100100 | 1100000 | 11011110 | 1010100 | 111001 | 0 | 1101 | 11011101 | 1001010 | 110011 |
Color Harmonies of #2460DE
Complementary color
Monochromatic Colors of #2460DE
Black with #2460DE
Text Example
Text Example
White with #2460DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460DE; }
p { color: rgb(36,96,222); }
H1.HeaderClassName
{
color: #2460DE;
}
.AnyTagClassName
{
color: #2460DE;
}
</style>
background-color css
<style>
a { background-color: #2460DE; }
a { background-color: rgb(36,96,222); }
div.DivClassName
{
background-color: #2460DE;
}
.BgClassName
{
background-color: #2460DE;
}
</style>
border-color css
<style>
span { border-color: #2460DE; }
span { border-color: rgb(36,96,222); }
td.TdClassName
{
border-color: #2460DE;
}
.TagClassName
{
border-color: #2460DE;
}
</style>