Shades of Medium Blue #240BCB
Tints of Medium Blue #240BCB
RGB
CMYK
RGB Variations
Color information
#240BCB (or 0x240BCB) is known color: Medium Blue. HEX triplet: 24, 0B and CB. RGB value is (36,11,203). Sum of RGB (Red+Green+Blue) = 36+11+203=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #240BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BCB is #DBF434. Grayscale: #272727. Windows color (decimal): -14414901 or 13306660. OLE color: 13306660.
HSL color Cylindrical-coordinate representation of color #240BCB: hue angle of 247.81º 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 #240BCB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 11 | 203 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.20 |
| HSL | 247.81º | 0.9% | 0.42% | - |
| HSV(B) | 247.81º | 0.95% | 0.8% | - |
| XYZ | 11.63 | 4.93 | 56.84 | - |
| YUV | 40.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 203 | 0.82 | 0.95 | 0 | 0.20 | 247.81 | 0.9 | 0.42 |
| Hex | 24 | B | CB | 52 | 5F | 0 | 14 | F8 | 5A | 2A |
| Octal | 44 | 13 | 313 | 122 | 137 | 0 | 24 | 370 | 132 | 52 |
| Binary | 100100 | 1011 | 11001011 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011010 | 101010 |
Color Harmonies of #240BCB
Complementary color
Monochromatic Colors of #240BCB
Black with #240BCB
Text Example
Text Example
White with #240BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BCB; }
p { color: rgb(36,11,203); }
H1.HeaderClassName
{
color: #240BCB;
}
.AnyTagClassName
{
color: #240BCB;
}
</style>
background-color css
<style>
a { background-color: #240BCB; }
a { background-color: rgb(36,11,203); }
div.DivClassName
{
background-color: #240BCB;
}
.BgClassName
{
background-color: #240BCB;
}
</style>
border-color css
<style>
span { border-color: #240BCB; }
span { border-color: rgb(36,11,203); }
td.TdClassName
{
border-color: #240BCB;
}
.TagClassName
{
border-color: #240BCB;
}
</style>