Shades of Medium Blue #2400BD
Tints of Medium Blue #2400BD
RGB
CMYK
RGB Variations
Color information
#2400BD (or 0x2400BD) is known color: Medium Blue. HEX triplet: 24, 00 and BD. RGB value is (36,0,189). Sum of RGB (Red+Green+Blue) = 36+0+189=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #2400BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400BD is #DBFF42. Grayscale: #1F1F1F. Windows color (decimal): -14417731 or 12386340. OLE color: 12386340.
HSL color Cylindrical-coordinate representation of color #2400BD: hue angle of 251.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400BD is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 0 | 189 | - |
| CMYK | 0.81 | 1 | 0 | 0.26 |
| HSL | 251.43º | 1% | 0.37% | - |
| HSV(B) | 251.43º | 1% | 0.74% | - |
| XYZ | 9.91 | 4.05 | 48.4 | - |
| YUV | 32.31 | 216.43 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 189 | 0.81 | 1 | 0 | 0.26 | 251.43 | 1 | 0.37 |
| Hex | 24 | 0 | BD | 51 | 64 | 0 | 1A | FB | 64 | 25 |
| Octal | 44 | 0 | 275 | 121 | 144 | 0 | 32 | 373 | 144 | 45 |
| Binary | 100100 | 0 | 10111101 | 1010001 | 1100100 | 0 | 11010 | 11111011 | 1100100 | 100101 |
Color Harmonies of #2400BD
Complementary color
Monochromatic Colors of #2400BD
Black with #2400BD
Text Example
Text Example
White with #2400BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400BD; }
p { color: rgb(36,0,189); }
H1.HeaderClassName
{
color: #2400BD;
}
.AnyTagClassName
{
color: #2400BD;
}
</style>
background-color css
<style>
a { background-color: #2400BD; }
a { background-color: rgb(36,0,189); }
div.DivClassName
{
background-color: #2400BD;
}
.BgClassName
{
background-color: #2400BD;
}
</style>
border-color css
<style>
span { border-color: #2400BD; }
span { border-color: rgb(36,0,189); }
td.TdClassName
{
border-color: #2400BD;
}
.TagClassName
{
border-color: #2400BD;
}
</style>