Shades of Medium Blue #2409CB
Tints of Medium Blue #2409CB
RGB
CMYK
RGB Variations
Color information
#2409CB (or 0x2409CB) is known color: Medium Blue. HEX triplet: 24, 09 and CB. RGB value is (36,9,203). Sum of RGB (Red+Green+Blue) = 36+9+203=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #2409CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409CB is #DBF634. Grayscale: #262626. Windows color (decimal): -14415413 or 13306148. OLE color: 13306148.
HSL color Cylindrical-coordinate representation of color #2409CB: hue angle of 248.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2409CB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 9 | 203 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.20 |
| HSL | 248.35º | 0.92% | 0.42% | - |
| HSV(B) | 248.35º | 0.96% | 0.8% | - |
| XYZ | 11.6 | 4.88 | 56.83 | - |
| YUV | 39.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 203 | 0.82 | 0.96 | 0 | 0.20 | 248.35 | 0.92 | 0.42 |
| Hex | 24 | 9 | CB | 52 | 60 | 0 | 14 | F8 | 5C | 2A |
| Octal | 44 | 11 | 313 | 122 | 140 | 0 | 24 | 370 | 134 | 52 |
| Binary | 100100 | 1001 | 11001011 | 1010010 | 1100000 | 0 | 10100 | 11111000 | 1011100 | 101010 |
Color Harmonies of #2409CB
Complementary color
Monochromatic Colors of #2409CB
Black with #2409CB
Text Example
Text Example
White with #2409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2409CB; }
p { color: rgb(36,9,203); }
H1.HeaderClassName
{
color: #2409CB;
}
.AnyTagClassName
{
color: #2409CB;
}
</style>
background-color css
<style>
a { background-color: #2409CB; }
a { background-color: rgb(36,9,203); }
div.DivClassName
{
background-color: #2409CB;
}
.BgClassName
{
background-color: #2409CB;
}
</style>
border-color css
<style>
span { border-color: #2409CB; }
span { border-color: rgb(36,9,203); }
td.TdClassName
{
border-color: #2409CB;
}
.TagClassName
{
border-color: #2409CB;
}
</style>