Shades of Royal Blue #2464FF
Tints of Royal Blue #2464FF
RGB
CMYK
RGB Variations
Color information
#2464FF (or 0x2464FF) is known color: Royal Blue. HEX triplet: 24, 64 and FF. RGB value is (36,100,255). Sum of RGB (Red+Green+Blue) = 36+100+255=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #2464FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2464FF is #DB9B00. Grayscale: #616161. Windows color (decimal): -14392065 or 16737316. OLE color: 16737316.
HSL color Cylindrical-coordinate representation of color #2464FF: hue angle of 222.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2464FF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 100 | 255 | - |
| CMYK | 0.86 | 0.61 | 0 | 0 |
| HSL | 222.47º | 1% | 0.57% | - |
| HSV(B) | 222.47º | 0.86% | 1% | - |
| XYZ | 23.33 | 16.71 | 96.6 | - |
| YUV | 98.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 255 | 0.86 | 0.61 | 0 | 0 | 222.47 | 1 | 0.57 |
| Hex | 24 | 64 | FF | 56 | 3D | 0 | 0 | DE | 64 | 39 |
| Octal | 44 | 144 | 377 | 126 | 75 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100100 | 1100100 | 11111111 | 1010110 | 111101 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2464FF
Complementary color
Monochromatic Colors of #2464FF
Black with #2464FF
Text Example
Text Example
White with #2464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464FF; }
p { color: rgb(36,100,255); }
H1.HeaderClassName
{
color: #2464FF;
}
.AnyTagClassName
{
color: #2464FF;
}
</style>
background-color css
<style>
a { background-color: #2464FF; }
a { background-color: rgb(36,100,255); }
div.DivClassName
{
background-color: #2464FF;
}
.BgClassName
{
background-color: #2464FF;
}
</style>
border-color css
<style>
span { border-color: #2464FF; }
span { border-color: rgb(36,100,255); }
td.TdClassName
{
border-color: #2464FF;
}
.TagClassName
{
border-color: #2464FF;
}
</style>