Shades of Blue #2416FA
Tints of Blue #2416FA
RGB
CMYK
RGB Variations
Color information
#2416FA (or 0x2416FA) is known color: Blue. HEX triplet: 24, 16 and FA. RGB value is (36,22,250). Sum of RGB (Red+Green+Blue) = 36+22+250=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #2416FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2416FA is #DBE905. Grayscale: #333333. Windows color (decimal): -14412038 or 16389668. OLE color: 16389668.
HSL color Cylindrical-coordinate representation of color #2416FA: hue angle of 243.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2416FA is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 22 | 250 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.02 |
| HSL | 243.68º | 0.96% | 0.53% | - |
| HSV(B) | 243.68º | 0.91% | 0.98% | - |
| XYZ | 18.27 | 7.85 | 90.99 | - |
| YUV | 52.18 | 239.64 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 250 | 0.86 | 0.91 | 0 | 0.02 | 243.68 | 0.96 | 0.53 |
| Hex | 24 | 16 | FA | 56 | 5B | 0 | 2 | F4 | 60 | 35 |
| Octal | 44 | 26 | 372 | 126 | 133 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100100 | 10110 | 11111010 | 1010110 | 1011011 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2416FA
Complementary color
Monochromatic Colors of #2416FA
Black with #2416FA
Text Example
Text Example
White with #2416FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2416FA; }
p { color: rgb(36,22,250); }
H1.HeaderClassName
{
color: #2416FA;
}
.AnyTagClassName
{
color: #2416FA;
}
</style>
background-color css
<style>
a { background-color: #2416FA; }
a { background-color: rgb(36,22,250); }
div.DivClassName
{
background-color: #2416FA;
}
.BgClassName
{
background-color: #2416FA;
}
</style>
border-color css
<style>
span { border-color: #2416FA; }
span { border-color: rgb(36,22,250); }
td.TdClassName
{
border-color: #2416FA;
}
.TagClassName
{
border-color: #2416FA;
}
</style>