Shades of Royal Blue #2460F3
Tints of Royal Blue #2460F3
RGB
CMYK
RGB Variations
Color information
#2460F3 (or 0x2460F3) is known color: Royal Blue. HEX triplet: 24, 60 and F3. RGB value is (36,96,243). Sum of RGB (Red+Green+Blue) = 36+96+243=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #2460F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460F3 is #DB9F0C. Grayscale: #5E5E5E. Windows color (decimal): -14393101 or 15949860. OLE color: 15949860.
HSL color Cylindrical-coordinate representation of color #2460F3: hue angle of 222.61º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2460F3 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 96 | 243 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.05 |
| HSL | 222.61º | 0.9% | 0.55% | - |
| HSV(B) | 222.61º | 0.85% | 0.95% | - |
| XYZ | 21.09 | 15.21 | 86.62 | - |
| YUV | 94.82 | 211.62 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 243 | 0.85 | 0.60 | 0 | 0.05 | 222.61 | 0.9 | 0.55 |
| Hex | 24 | 60 | F3 | 55 | 3C | 0 | 5 | DF | 5A | 37 |
| Octal | 44 | 140 | 363 | 125 | 74 | 0 | 5 | 337 | 132 | 67 |
| Binary | 100100 | 1100000 | 11110011 | 1010101 | 111100 | 0 | 101 | 11011111 | 1011010 | 110111 |
Color Harmonies of #2460F3
Complementary color
Monochromatic Colors of #2460F3
Black with #2460F3
Text Example
Text Example
White with #2460F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460F3; }
p { color: rgb(36,96,243); }
H1.HeaderClassName
{
color: #2460F3;
}
.AnyTagClassName
{
color: #2460F3;
}
</style>
background-color css
<style>
a { background-color: #2460F3; }
a { background-color: rgb(36,96,243); }
div.DivClassName
{
background-color: #2460F3;
}
.BgClassName
{
background-color: #2460F3;
}
</style>
border-color css
<style>
span { border-color: #2460F3; }
span { border-color: rgb(36,96,243); }
td.TdClassName
{
border-color: #2460F3;
}
.TagClassName
{
border-color: #2460F3;
}
</style>