Shades of Medium Blue #2416CF
Tints of Medium Blue #2416CF
RGB
CMYK
RGB Variations
Color information
#2416CF (or 0x2416CF) is known color: Medium Blue. HEX triplet: 24, 16 and CF. RGB value is (36,22,207). Sum of RGB (Red+Green+Blue) = 36+22+207=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #2416CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2416CF is #DBE930. Grayscale: #2E2E2E. Windows color (decimal): -14412081 or 13571620. OLE color: 13571620.
HSL color Cylindrical-coordinate representation of color #2416CF: hue angle of 244.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2416CF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 22 | 207 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.19 |
| HSL | 244.54º | 0.81% | 0.45% | - |
| HSV(B) | 244.54º | 0.89% | 0.81% | - |
| XYZ | 12.28 | 5.45 | 59.44 | - |
| YUV | 47.28 | 218.14 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 207 | 0.83 | 0.89 | 0 | 0.19 | 244.54 | 0.81 | 0.45 |
| Hex | 24 | 16 | CF | 53 | 59 | 0 | 13 | F5 | 51 | 2D |
| Octal | 44 | 26 | 317 | 123 | 131 | 0 | 23 | 365 | 121 | 55 |
| Binary | 100100 | 10110 | 11001111 | 1010011 | 1011001 | 0 | 10011 | 11110101 | 1010001 | 101101 |
Color Harmonies of #2416CF
Complementary color
Monochromatic Colors of #2416CF
Black with #2416CF
Text Example
Text Example
White with #2416CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2416CF; }
p { color: rgb(36,22,207); }
H1.HeaderClassName
{
color: #2416CF;
}
.AnyTagClassName
{
color: #2416CF;
}
</style>
background-color css
<style>
a { background-color: #2416CF; }
a { background-color: rgb(36,22,207); }
div.DivClassName
{
background-color: #2416CF;
}
.BgClassName
{
background-color: #2416CF;
}
</style>
border-color css
<style>
span { border-color: #2416CF; }
span { border-color: rgb(36,22,207); }
td.TdClassName
{
border-color: #2416CF;
}
.TagClassName
{
border-color: #2416CF;
}
</style>