Shades of Medium Blue #240BCD
Tints of Medium Blue #240BCD
RGB
CMYK
RGB Variations
Color information
#240BCD (or 0x240BCD) is known color: Medium Blue. HEX triplet: 24, 0B and CD. RGB value is (36,11,205). Sum of RGB (Red+Green+Blue) = 36+11+205=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #240BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BCD is #DBF432. Grayscale: #272727. Windows color (decimal): -14414899 or 13437732. OLE color: 13437732.
HSL color Cylindrical-coordinate representation of color #240BCD: hue angle of 247.73º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BCD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 11 | 205 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.20 |
| HSL | 247.73º | 0.9% | 0.42% | - |
| HSV(B) | 247.73º | 0.95% | 0.8% | - |
| XYZ | 11.87 | 5.02 | 58.1 | - |
| YUV | 40.59 | 220.78 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 205 | 0.82 | 0.95 | 0 | 0.20 | 247.73 | 0.9 | 0.42 |
| Hex | 24 | B | CD | 52 | 5F | 0 | 14 | F8 | 5A | 2A |
| Octal | 44 | 13 | 315 | 122 | 137 | 0 | 24 | 370 | 132 | 52 |
| Binary | 100100 | 1011 | 11001101 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011010 | 101010 |
Color Harmonies of #240BCD
Complementary color
Monochromatic Colors of #240BCD
Black with #240BCD
Text Example
Text Example
White with #240BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BCD; }
p { color: rgb(36,11,205); }
H1.HeaderClassName
{
color: #240BCD;
}
.AnyTagClassName
{
color: #240BCD;
}
</style>
background-color css
<style>
a { background-color: #240BCD; }
a { background-color: rgb(36,11,205); }
div.DivClassName
{
background-color: #240BCD;
}
.BgClassName
{
background-color: #240BCD;
}
</style>
border-color css
<style>
span { border-color: #240BCD; }
span { border-color: rgb(36,11,205); }
td.TdClassName
{
border-color: #240BCD;
}
.TagClassName
{
border-color: #240BCD;
}
</style>