Shades of Medium Blue #2408CF
Tints of Medium Blue #2408CF
RGB
CMYK
RGB Variations
Color information
#2408CF (or 0x2408CF) is known color: Medium Blue. HEX triplet: 24, 08 and CF. RGB value is (36,8,207). Sum of RGB (Red+Green+Blue) = 36+8+207=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #2408CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408CF is #DBF730. Grayscale: #262626. Windows color (decimal): -14415665 or 13568036. OLE color: 13568036.
HSL color Cylindrical-coordinate representation of color #2408CF: hue angle of 248.44º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408CF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 8 | 207 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.19 |
| HSL | 248.44º | 0.93% | 0.42% | - |
| HSV(B) | 248.44º | 0.96% | 0.81% | - |
| XYZ | 12.08 | 5.05 | 59.37 | - |
| YUV | 39.06 | 222.78 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 207 | 0.83 | 0.96 | 0 | 0.19 | 248.44 | 0.93 | 0.42 |
| Hex | 24 | 8 | CF | 53 | 60 | 0 | 13 | F8 | 5D | 2A |
| Octal | 44 | 10 | 317 | 123 | 140 | 0 | 23 | 370 | 135 | 52 |
| Binary | 100100 | 1000 | 11001111 | 1010011 | 1100000 | 0 | 10011 | 11111000 | 1011101 | 101010 |
Color Harmonies of #2408CF
Complementary color
Monochromatic Colors of #2408CF
Black with #2408CF
Text Example
Text Example
White with #2408CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408CF; }
p { color: rgb(36,8,207); }
H1.HeaderClassName
{
color: #2408CF;
}
.AnyTagClassName
{
color: #2408CF;
}
</style>
background-color css
<style>
a { background-color: #2408CF; }
a { background-color: rgb(36,8,207); }
div.DivClassName
{
background-color: #2408CF;
}
.BgClassName
{
background-color: #2408CF;
}
</style>
border-color css
<style>
span { border-color: #2408CF; }
span { border-color: rgb(36,8,207); }
td.TdClassName
{
border-color: #2408CF;
}
.TagClassName
{
border-color: #2408CF;
}
</style>