Shades of Royal Blue #2464DF
Tints of Royal Blue #2464DF
RGB
CMYK
RGB Variations
Color information
#2464DF (or 0x2464DF) is known color: Royal Blue. HEX triplet: 24, 64 and DF. RGB value is (36,100,223). Sum of RGB (Red+Green+Blue) = 36+100+223=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #2464DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464DF is #DB9B20. Grayscale: #5E5E5E. Windows color (decimal): -14392097 or 14640164. OLE color: 14640164.
HSL color Cylindrical-coordinate representation of color #2464DF: hue angle of 219.47º 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 #2464DF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 100 | 223 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.13 |
| HSL | 219.47º | 0.75% | 0.51% | - |
| HSV(B) | 219.47º | 0.84% | 0.87% | - |
| XYZ | 18.6 | 14.82 | 71.69 | - |
| YUV | 94.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 223 | 0.84 | 0.55 | 0 | 0.13 | 219.47 | 0.75 | 0.51 |
| Hex | 24 | 64 | DF | 54 | 37 | 0 | D | DB | 4B | 33 |
| Octal | 44 | 144 | 337 | 124 | 67 | 0 | 15 | 333 | 113 | 63 |
| Binary | 100100 | 1100100 | 11011111 | 1010100 | 110111 | 0 | 1101 | 11011011 | 1001011 | 110011 |
Color Harmonies of #2464DF
Complementary color
Monochromatic Colors of #2464DF
Black with #2464DF
Text Example
Text Example
White with #2464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464DF; }
p { color: rgb(36,100,223); }
H1.HeaderClassName
{
color: #2464DF;
}
.AnyTagClassName
{
color: #2464DF;
}
</style>
background-color css
<style>
a { background-color: #2464DF; }
a { background-color: rgb(36,100,223); }
div.DivClassName
{
background-color: #2464DF;
}
.BgClassName
{
background-color: #2464DF;
}
</style>
border-color css
<style>
span { border-color: #2464DF; }
span { border-color: rgb(36,100,223); }
td.TdClassName
{
border-color: #2464DF;
}
.TagClassName
{
border-color: #2464DF;
}
</style>