Shades of Medium Blue #2400CF
Tints of Medium Blue #2400CF
RGB
CMYK
RGB Variations
Color information
#2400CF (or 0x2400CF) is known color: Medium Blue. HEX triplet: 24, 00 and CF. RGB value is (36,0,207). Sum of RGB (Red+Green+Blue) = 36+0+207=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #2400CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400CF is #DBFF30. Grayscale: #212121. Windows color (decimal): -14417713 or 13565988. OLE color: 13565988.
HSL color Cylindrical-coordinate representation of color #2400CF: hue angle of 250.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400CF is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 0 | 207 | - |
| CMYK | 0.83 | 1 | 0 | 0.19 |
| HSL | 250.43º | 1% | 0.41% | - |
| HSV(B) | 250.43º | 1% | 0.81% | - |
| XYZ | 11.99 | 4.88 | 59.34 | - |
| YUV | 34.36 | 225.43 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 207 | 0.83 | 1 | 0 | 0.19 | 250.43 | 1 | 0.41 |
| Hex | 24 | 0 | CF | 53 | 64 | 0 | 13 | FA | 64 | 29 |
| Octal | 44 | 0 | 317 | 123 | 144 | 0 | 23 | 372 | 144 | 51 |
| Binary | 100100 | 0 | 11001111 | 1010011 | 1100100 | 0 | 10011 | 11111010 | 1100100 | 101001 |
Color Harmonies of #2400CF
Complementary color
Monochromatic Colors of #2400CF
Black with #2400CF
Text Example
Text Example
White with #2400CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400CF; }
p { color: rgb(36,0,207); }
H1.HeaderClassName
{
color: #2400CF;
}
.AnyTagClassName
{
color: #2400CF;
}
</style>
background-color css
<style>
a { background-color: #2400CF; }
a { background-color: rgb(36,0,207); }
div.DivClassName
{
background-color: #2400CF;
}
.BgClassName
{
background-color: #2400CF;
}
</style>
border-color css
<style>
span { border-color: #2400CF; }
span { border-color: rgb(36,0,207); }
td.TdClassName
{
border-color: #2400CF;
}
.TagClassName
{
border-color: #2400CF;
}
</style>