Shades of Medium Blue #240DBB
Tints of Medium Blue #240DBB
RGB
CMYK
RGB Variations
Color information
#240DBB (or 0x240DBB) is known color: Medium Blue. HEX triplet: 24, 0D and BB. RGB value is (36,13,187). Sum of RGB (Red+Green+Blue) = 36+13+187=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #240DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DBB is #DBF244. Grayscale: #272727. Windows color (decimal): -14414405 or 12258596. OLE color: 12258596.
HSL color Cylindrical-coordinate representation of color #240DBB: hue angle of 247.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240DBB is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 13 | 187 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.27 |
| HSL | 247.93º | 0.87% | 0.39% | - |
| HSV(B) | 247.93º | 0.93% | 0.73% | - |
| XYZ | 9.84 | 4.25 | 47.32 | - |
| YUV | 39.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 187 | 0.81 | 0.93 | 0 | 0.27 | 247.93 | 0.87 | 0.39 |
| Hex | 24 | D | BB | 51 | 5D | 0 | 1B | F8 | 57 | 27 |
| Octal | 44 | 15 | 273 | 121 | 135 | 0 | 33 | 370 | 127 | 47 |
| Binary | 100100 | 1101 | 10111011 | 1010001 | 1011101 | 0 | 11011 | 11111000 | 1010111 | 100111 |
Color Harmonies of #240DBB
Complementary color
Monochromatic Colors of #240DBB
Black with #240DBB
Text Example
Text Example
White with #240DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DBB; }
p { color: rgb(36,13,187); }
H1.HeaderClassName
{
color: #240DBB;
}
.AnyTagClassName
{
color: #240DBB;
}
</style>
background-color css
<style>
a { background-color: #240DBB; }
a { background-color: rgb(36,13,187); }
div.DivClassName
{
background-color: #240DBB;
}
.BgClassName
{
background-color: #240DBB;
}
</style>
border-color css
<style>
span { border-color: #240DBB; }
span { border-color: rgb(36,13,187); }
td.TdClassName
{
border-color: #240DBB;
}
.TagClassName
{
border-color: #240DBB;
}
</style>