Shades of Medium Blue #2400B9
Tints of Medium Blue #2400B9
RGB
CMYK
RGB Variations
Color information
#2400B9 (or 0x2400B9) is known color: Medium Blue. HEX triplet: 24, 00 and B9. RGB value is (36,0,185). Sum of RGB (Red+Green+Blue) = 36+0+185=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 185 (72.66% from 255 or 83.71% from 221); Max value from RGB is 185 - color contains mainly: blue. Hex color #2400B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400B9 is #DBFF46. Grayscale: #1F1F1F. Windows color (decimal): -14417735 or 12124196. OLE color: 12124196.
HSL color Cylindrical-coordinate representation of color #2400B9: hue angle of 251.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400B9 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 0 | 185 | - |
| CMYK | 0.81 | 1 | 0 | 0.27 |
| HSL | 251.68º | 1% | 0.36% | - |
| HSV(B) | 251.68º | 1% | 0.73% | - |
| XYZ | 9.48 | 3.88 | 46.15 | - |
| YUV | 31.85 | 214.43 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 185 | 0.81 | 1 | 0 | 0.27 | 251.68 | 1 | 0.36 |
| Hex | 24 | 0 | B9 | 51 | 64 | 0 | 1B | FC | 64 | 24 |
| Octal | 44 | 0 | 271 | 121 | 144 | 0 | 33 | 374 | 144 | 44 |
| Binary | 100100 | 0 | 10111001 | 1010001 | 1100100 | 0 | 11011 | 11111100 | 1100100 | 100100 |
Color Harmonies of #2400B9
Complementary color
Monochromatic Colors of #2400B9
Black with #2400B9
Text Example
Text Example
White with #2400B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400B9; }
p { color: rgb(36,0,185); }
H1.HeaderClassName
{
color: #2400B9;
}
.AnyTagClassName
{
color: #2400B9;
}
</style>
background-color css
<style>
a { background-color: #2400B9; }
a { background-color: rgb(36,0,185); }
div.DivClassName
{
background-color: #2400B9;
}
.BgClassName
{
background-color: #2400B9;
}
</style>
border-color css
<style>
span { border-color: #2400B9; }
span { border-color: rgb(36,0,185); }
td.TdClassName
{
border-color: #2400B9;
}
.TagClassName
{
border-color: #2400B9;
}
</style>