Shades of Medium Blue #2408CA
Tints of Medium Blue #2408CA
RGB
CMYK
RGB Variations
Color information
#2408CA (or 0x2408CA) is known color: Medium Blue. HEX triplet: 24, 08 and CA. RGB value is (36,8,202). Sum of RGB (Red+Green+Blue) = 36+8+202=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #2408CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408CA is #DBF735. Grayscale: #252525. Windows color (decimal): -14415670 or 13240356. OLE color: 13240356.
HSL color Cylindrical-coordinate representation of color #2408CA: hue angle of 248.66º degrees, saturation: 0.92, 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 #2408CA is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 8 | 202 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.21 |
| HSL | 248.66º | 0.92% | 0.41% | - |
| HSV(B) | 248.66º | 0.96% | 0.79% | - |
| XYZ | 11.48 | 4.81 | 56.2 | - |
| YUV | 38.49 | 220.28 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 202 | 0.82 | 0.96 | 0 | 0.21 | 248.66 | 0.92 | 0.41 |
| Hex | 24 | 8 | CA | 52 | 60 | 0 | 15 | F9 | 5C | 29 |
| Octal | 44 | 10 | 312 | 122 | 140 | 0 | 25 | 371 | 134 | 51 |
| Binary | 100100 | 1000 | 11001010 | 1010010 | 1100000 | 0 | 10101 | 11111001 | 1011100 | 101001 |
Color Harmonies of #2408CA
Complementary color
Monochromatic Colors of #2408CA
Black with #2408CA
Text Example
Text Example
White with #2408CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408CA; }
p { color: rgb(36,8,202); }
H1.HeaderClassName
{
color: #2408CA;
}
.AnyTagClassName
{
color: #2408CA;
}
</style>
background-color css
<style>
a { background-color: #2408CA; }
a { background-color: rgb(36,8,202); }
div.DivClassName
{
background-color: #2408CA;
}
.BgClassName
{
background-color: #2408CA;
}
</style>
border-color css
<style>
span { border-color: #2408CA; }
span { border-color: rgb(36,8,202); }
td.TdClassName
{
border-color: #2408CA;
}
.TagClassName
{
border-color: #2408CA;
}
</style>