Shades of Medium Blue #2409CA
Tints of Medium Blue #2409CA
RGB
CMYK
RGB Variations
Color information
#2409CA (or 0x2409CA) is known color: Medium Blue. HEX triplet: 24, 09 and CA. RGB value is (36,9,202). Sum of RGB (Red+Green+Blue) = 36+9+202=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 202 (79.30% from 255 or 81.78% from 247); Max value from RGB is 202 - color contains mainly: blue. Hex color #2409CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409CA is #DBF635. Grayscale: #262626. Windows color (decimal): -14415414 or 13240612. OLE color: 13240612.
HSL color Cylindrical-coordinate representation of color #2409CA: hue angle of 248.39º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2409CA is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 9 | 202 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.21 |
| HSL | 248.39º | 0.91% | 0.41% | - |
| HSV(B) | 248.39º | 0.96% | 0.79% | - |
| XYZ | 11.49 | 4.83 | 56.2 | - |
| YUV | 39.08 | 219.95 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 202 | 0.82 | 0.96 | 0 | 0.21 | 248.39 | 0.91 | 0.41 |
| Hex | 24 | 9 | CA | 52 | 60 | 0 | 15 | F8 | 5B | 29 |
| Octal | 44 | 11 | 312 | 122 | 140 | 0 | 25 | 370 | 133 | 51 |
| Binary | 100100 | 1001 | 11001010 | 1010010 | 1100000 | 0 | 10101 | 11111000 | 1011011 | 101001 |
Color Harmonies of #2409CA
Complementary color
Monochromatic Colors of #2409CA
Black with #2409CA
Text Example
Text Example
White with #2409CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2409CA; }
p { color: rgb(36,9,202); }
H1.HeaderClassName
{
color: #2409CA;
}
.AnyTagClassName
{
color: #2409CA;
}
</style>
background-color css
<style>
a { background-color: #2409CA; }
a { background-color: rgb(36,9,202); }
div.DivClassName
{
background-color: #2409CA;
}
.BgClassName
{
background-color: #2409CA;
}
</style>
border-color css
<style>
span { border-color: #2409CA; }
span { border-color: rgb(36,9,202); }
td.TdClassName
{
border-color: #2409CA;
}
.TagClassName
{
border-color: #2409CA;
}
</style>