Shades of Medium Blue #2408CB
Tints of Medium Blue #2408CB
RGB
CMYK
RGB Variations
Color information
#2408CB (or 0x2408CB) is known color: Medium Blue. HEX triplet: 24, 08 and CB. RGB value is (36,8,203). Sum of RGB (Red+Green+Blue) = 36+8+203=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #2408CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408CB is #DBF734. Grayscale: #252525. Windows color (decimal): -14415669 or 13305892. OLE color: 13305892.
HSL color Cylindrical-coordinate representation of color #2408CB: hue angle of 248.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408CB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 8 | 203 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.20 |
| HSL | 248.62º | 0.92% | 0.41% | - |
| HSV(B) | 248.62º | 0.96% | 0.8% | - |
| XYZ | 11.59 | 4.86 | 56.83 | - |
| YUV | 38.6 | 220.78 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 203 | 0.82 | 0.96 | 0 | 0.20 | 248.62 | 0.92 | 0.41 |
| Hex | 24 | 8 | CB | 52 | 60 | 0 | 14 | F9 | 5C | 29 |
| Octal | 44 | 10 | 313 | 122 | 140 | 0 | 24 | 371 | 134 | 51 |
| Binary | 100100 | 1000 | 11001011 | 1010010 | 1100000 | 0 | 10100 | 11111001 | 1011100 | 101001 |
Color Harmonies of #2408CB
Complementary color
Monochromatic Colors of #2408CB
Black with #2408CB
Text Example
Text Example
White with #2408CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408CB; }
p { color: rgb(36,8,203); }
H1.HeaderClassName
{
color: #2408CB;
}
.AnyTagClassName
{
color: #2408CB;
}
</style>
background-color css
<style>
a { background-color: #2408CB; }
a { background-color: rgb(36,8,203); }
div.DivClassName
{
background-color: #2408CB;
}
.BgClassName
{
background-color: #2408CB;
}
</style>
border-color css
<style>
span { border-color: #2408CB; }
span { border-color: rgb(36,8,203); }
td.TdClassName
{
border-color: #2408CB;
}
.TagClassName
{
border-color: #2408CB;
}
</style>