Shades of Medium Blue #2409CC
Tints of Medium Blue #2409CC
RGB
CMYK
RGB Variations
Color information
#2409CC (or 0x2409CC) is known color: Medium Blue. HEX triplet: 24, 09 and CC. RGB value is (36,9,204). Sum of RGB (Red+Green+Blue) = 36+9+204=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #2409CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409CC is #DBF633. Grayscale: #262626. Windows color (decimal): -14415412 or 13371684. OLE color: 13371684.
HSL color Cylindrical-coordinate representation of color #2409CC: hue angle of 248.31º 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 #2409CC is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 9 | 204 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.2 |
| HSL | 248.31º | 0.92% | 0.42% | - |
| HSV(B) | 248.31º | 0.96% | 0.8% | - |
| XYZ | 11.72 | 4.93 | 57.46 | - |
| YUV | 39.3 | 220.95 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 204 | 0.82 | 0.96 | 0 | 0.2 | 248.31 | 0.92 | 0.42 |
| Hex | 24 | 9 | CC | 52 | 60 | 0 | 14 | F8 | 5C | 2A |
| Octal | 44 | 11 | 314 | 122 | 140 | 0 | 24 | 370 | 134 | 52 |
| Binary | 100100 | 1001 | 11001100 | 1010010 | 1100000 | 0 | 10100 | 11111000 | 1011100 | 101010 |
Color Harmonies of #2409CC
Complementary color
Monochromatic Colors of #2409CC
Black with #2409CC
Text Example
Text Example
White with #2409CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2409CC; }
p { color: rgb(36,9,204); }
H1.HeaderClassName
{
color: #2409CC;
}
.AnyTagClassName
{
color: #2409CC;
}
</style>
background-color css
<style>
a { background-color: #2409CC; }
a { background-color: rgb(36,9,204); }
div.DivClassName
{
background-color: #2409CC;
}
.BgClassName
{
background-color: #2409CC;
}
</style>
border-color css
<style>
span { border-color: #2409CC; }
span { border-color: rgb(36,9,204); }
td.TdClassName
{
border-color: #2409CC;
}
.TagClassName
{
border-color: #2409CC;
}
</style>