Shades of Medium Blue #240BBA
Tints of Medium Blue #240BBA
RGB
CMYK
RGB Variations
Color information
#240BBA (or 0x240BBA) is known color: Medium Blue. HEX triplet: 24, 0B and BA. RGB value is (36,11,186). Sum of RGB (Red+Green+Blue) = 36+11+186=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #240BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BBA is #DBF445. Grayscale: #252525. Windows color (decimal): -14414918 or 12192548. OLE color: 12192548.
HSL color Cylindrical-coordinate representation of color #240BBA: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240BBA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 11 | 186 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.27 |
| HSL | 248.57º | 0.89% | 0.39% | - |
| HSV(B) | 248.57º | 0.94% | 0.73% | - |
| XYZ | 9.71 | 4.16 | 46.75 | - |
| YUV | 38.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 186 | 0.81 | 0.94 | 0 | 0.27 | 248.57 | 0.89 | 0.39 |
| Hex | 24 | B | BA | 51 | 5E | 0 | 1B | F9 | 59 | 27 |
| Octal | 44 | 13 | 272 | 121 | 136 | 0 | 33 | 371 | 131 | 47 |
| Binary | 100100 | 1011 | 10111010 | 1010001 | 1011110 | 0 | 11011 | 11111001 | 1011001 | 100111 |
Color Harmonies of #240BBA
Complementary color
Monochromatic Colors of #240BBA
Black with #240BBA
Text Example
Text Example
White with #240BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BBA; }
p { color: rgb(36,11,186); }
H1.HeaderClassName
{
color: #240BBA;
}
.AnyTagClassName
{
color: #240BBA;
}
</style>
background-color css
<style>
a { background-color: #240BBA; }
a { background-color: rgb(36,11,186); }
div.DivClassName
{
background-color: #240BBA;
}
.BgClassName
{
background-color: #240BBA;
}
</style>
border-color css
<style>
span { border-color: #240BBA; }
span { border-color: rgb(36,11,186); }
td.TdClassName
{
border-color: #240BBA;
}
.TagClassName
{
border-color: #240BBA;
}
</style>