Shades of Medium Blue #2408BD
Tints of Medium Blue #2408BD
RGB
CMYK
RGB Variations
Color information
#2408BD (or 0x2408BD) is known color: Medium Blue. HEX triplet: 24, 08 and BD. RGB value is (36,8,189). Sum of RGB (Red+Green+Blue) = 36+8+189=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #2408BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408BD is #DBF742. Grayscale: #242424. Windows color (decimal): -14415683 or 12388388. OLE color: 12388388.
HSL color Cylindrical-coordinate representation of color #2408BD: hue angle of 249.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408BD is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 8 | 189 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.26 |
| HSL | 249.28º | 0.92% | 0.39% | - |
| HSV(B) | 249.28º | 0.96% | 0.74% | - |
| XYZ | 10 | 4.22 | 48.43 | - |
| YUV | 37.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 189 | 0.81 | 0.96 | 0 | 0.26 | 249.28 | 0.92 | 0.39 |
| Hex | 24 | 8 | BD | 51 | 60 | 0 | 1A | F9 | 5C | 27 |
| Octal | 44 | 10 | 275 | 121 | 140 | 0 | 32 | 371 | 134 | 47 |
| Binary | 100100 | 1000 | 10111101 | 1010001 | 1100000 | 0 | 11010 | 11111001 | 1011100 | 100111 |
Color Harmonies of #2408BD
Complementary color
Monochromatic Colors of #2408BD
Black with #2408BD
Text Example
Text Example
White with #2408BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408BD; }
p { color: rgb(36,8,189); }
H1.HeaderClassName
{
color: #2408BD;
}
.AnyTagClassName
{
color: #2408BD;
}
</style>
background-color css
<style>
a { background-color: #2408BD; }
a { background-color: rgb(36,8,189); }
div.DivClassName
{
background-color: #2408BD;
}
.BgClassName
{
background-color: #2408BD;
}
</style>
border-color css
<style>
span { border-color: #2408BD; }
span { border-color: rgb(36,8,189); }
td.TdClassName
{
border-color: #2408BD;
}
.TagClassName
{
border-color: #2408BD;
}
</style>