Shades of Medium Blue #240DCB
Tints of Medium Blue #240DCB
RGB
CMYK
RGB Variations
Color information
#240DCB (or 0x240DCB) is known color: Medium Blue. HEX triplet: 24, 0D and CB. RGB value is (36,13,203). Sum of RGB (Red+Green+Blue) = 36+13+203=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #240DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DCB is #DBF234. Grayscale: #282828. Windows color (decimal): -14414389 or 13307172. OLE color: 13307172.
HSL color Cylindrical-coordinate representation of color #240DCB: hue angle of 247.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DCB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 13 | 203 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.20 |
| HSL | 247.26º | 0.88% | 0.42% | - |
| HSV(B) | 247.26º | 0.94% | 0.8% | - |
| XYZ | 11.65 | 4.97 | 56.85 | - |
| YUV | 41.54 | 219.12 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 203 | 0.82 | 0.94 | 0 | 0.20 | 247.26 | 0.88 | 0.42 |
| Hex | 24 | D | CB | 52 | 5E | 0 | 14 | F7 | 58 | 2A |
| Octal | 44 | 15 | 313 | 122 | 136 | 0 | 24 | 367 | 130 | 52 |
| Binary | 100100 | 1101 | 11001011 | 1010010 | 1011110 | 0 | 10100 | 11110111 | 1011000 | 101010 |
Color Harmonies of #240DCB
Complementary color
Monochromatic Colors of #240DCB
Black with #240DCB
Text Example
Text Example
White with #240DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DCB; }
p { color: rgb(36,13,203); }
H1.HeaderClassName
{
color: #240DCB;
}
.AnyTagClassName
{
color: #240DCB;
}
</style>
background-color css
<style>
a { background-color: #240DCB; }
a { background-color: rgb(36,13,203); }
div.DivClassName
{
background-color: #240DCB;
}
.BgClassName
{
background-color: #240DCB;
}
</style>
border-color css
<style>
span { border-color: #240DCB; }
span { border-color: rgb(36,13,203); }
td.TdClassName
{
border-color: #240DCB;
}
.TagClassName
{
border-color: #240DCB;
}
</style>