Shades of Medium Blue #240BBF
Tints of Medium Blue #240BBF
RGB
CMYK
RGB Variations
Color information
#240BBF (or 0x240BBF) is known color: Medium Blue. HEX triplet: 24, 0B and BF. RGB value is (36,11,191). Sum of RGB (Red+Green+Blue) = 36+11+191=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #240BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BBF is #DBF440. Grayscale: #262626. Windows color (decimal): -14414913 or 12520228. OLE color: 12520228.
HSL color Cylindrical-coordinate representation of color #240BBF: hue angle of 248.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240BBF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 11 | 191 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.25 |
| HSL | 248.33º | 0.89% | 0.4% | - |
| HSV(B) | 248.33º | 0.94% | 0.75% | - |
| XYZ | 10.25 | 4.38 | 49.59 | - |
| YUV | 39 | 213.78 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 191 | 0.81 | 0.94 | 0 | 0.25 | 248.33 | 0.89 | 0.4 |
| Hex | 24 | B | BF | 51 | 5E | 0 | 19 | F8 | 59 | 28 |
| Octal | 44 | 13 | 277 | 121 | 136 | 0 | 31 | 370 | 131 | 50 |
| Binary | 100100 | 1011 | 10111111 | 1010001 | 1011110 | 0 | 11001 | 11111000 | 1011001 | 101000 |
Color Harmonies of #240BBF
Complementary color
Monochromatic Colors of #240BBF
Black with #240BBF
Text Example
Text Example
White with #240BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BBF; }
p { color: rgb(36,11,191); }
H1.HeaderClassName
{
color: #240BBF;
}
.AnyTagClassName
{
color: #240BBF;
}
</style>
background-color css
<style>
a { background-color: #240BBF; }
a { background-color: rgb(36,11,191); }
div.DivClassName
{
background-color: #240BBF;
}
.BgClassName
{
background-color: #240BBF;
}
</style>
border-color css
<style>
span { border-color: #240BBF; }
span { border-color: rgb(36,11,191); }
td.TdClassName
{
border-color: #240BBF;
}
.TagClassName
{
border-color: #240BBF;
}
</style>