Shades of Royal Blue #2464F2
Tints of Royal Blue #2464F2
RGB
CMYK
RGB Variations
Color information
#2464F2 (or 0x2464F2) is known color: Royal Blue. HEX triplet: 24, 64 and F2. RGB value is (36,100,242). Sum of RGB (Red+Green+Blue) = 36+100+242=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #2464F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2464F2 is #DB9B0D. Grayscale: #606060. Windows color (decimal): -14392078 or 15885348. OLE color: 15885348.
HSL color Cylindrical-coordinate representation of color #2464F2: hue angle of 221.36º degrees, saturation: 0.89, 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 #2464F2 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 100 | 242 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.05 |
| HSL | 221.36º | 0.89% | 0.55% | - |
| HSV(B) | 221.36º | 0.85% | 0.95% | - |
| XYZ | 21.31 | 15.9 | 85.95 | - |
| YUV | 97.05 | 209.8 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 242 | 0.85 | 0.59 | 0 | 0.05 | 221.36 | 0.89 | 0.55 |
| Hex | 24 | 64 | F2 | 55 | 3B | 0 | 5 | DD | 59 | 37 |
| Octal | 44 | 144 | 362 | 125 | 73 | 0 | 5 | 335 | 131 | 67 |
| Binary | 100100 | 1100100 | 11110010 | 1010101 | 111011 | 0 | 101 | 11011101 | 1011001 | 110111 |
Color Harmonies of #2464F2
Complementary color
Monochromatic Colors of #2464F2
Black with #2464F2
Text Example
Text Example
White with #2464F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464F2; }
p { color: rgb(36,100,242); }
H1.HeaderClassName
{
color: #2464F2;
}
.AnyTagClassName
{
color: #2464F2;
}
</style>
background-color css
<style>
a { background-color: #2464F2; }
a { background-color: rgb(36,100,242); }
div.DivClassName
{
background-color: #2464F2;
}
.BgClassName
{
background-color: #2464F2;
}
</style>
border-color css
<style>
span { border-color: #2464F2; }
span { border-color: rgb(36,100,242); }
td.TdClassName
{
border-color: #2464F2;
}
.TagClassName
{
border-color: #2464F2;
}
</style>