Shades of Royal Blue #2459DF
Tints of Royal Blue #2459DF
RGB
CMYK
RGB Variations
Color information
#2459DF (or 0x2459DF) is known color: Royal Blue. HEX triplet: 24, 59 and DF. RGB value is (36,89,223). Sum of RGB (Red+Green+Blue) = 36+89+223=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #2459DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459DF is #DBA620. Grayscale: #575757. Windows color (decimal): -14394913 or 14637348. OLE color: 14637348.
HSL color Cylindrical-coordinate representation of color #2459DF: hue angle of 222.99º degrees, saturation: 0.75, 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 #2459DF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 89 | 223 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.13 |
| HSL | 222.99º | 0.75% | 0.51% | - |
| HSV(B) | 222.99º | 0.84% | 0.87% | - |
| XYZ | 17.62 | 12.85 | 71.36 | - |
| YUV | 88.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 223 | 0.84 | 0.60 | 0 | 0.13 | 222.99 | 0.75 | 0.51 |
| Hex | 24 | 59 | DF | 54 | 3C | 0 | D | DF | 4B | 33 |
| Octal | 44 | 131 | 337 | 124 | 74 | 0 | 15 | 337 | 113 | 63 |
| Binary | 100100 | 1011001 | 11011111 | 1010100 | 111100 | 0 | 1101 | 11011111 | 1001011 | 110011 |
Color Harmonies of #2459DF
Complementary color
Monochromatic Colors of #2459DF
Black with #2459DF
Text Example
Text Example
White with #2459DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459DF; }
p { color: rgb(36,89,223); }
H1.HeaderClassName
{
color: #2459DF;
}
.AnyTagClassName
{
color: #2459DF;
}
</style>
background-color css
<style>
a { background-color: #2459DF; }
a { background-color: rgb(36,89,223); }
div.DivClassName
{
background-color: #2459DF;
}
.BgClassName
{
background-color: #2459DF;
}
</style>
border-color css
<style>
span { border-color: #2459DF; }
span { border-color: rgb(36,89,223); }
td.TdClassName
{
border-color: #2459DF;
}
.TagClassName
{
border-color: #2459DF;
}
</style>