Shades of Medium Blue #240DBF
Tints of Medium Blue #240DBF
RGB
CMYK
RGB Variations
Color information
#240DBF (or 0x240DBF) is known color: Medium Blue. HEX triplet: 24, 0D and BF. RGB value is (36,13,191). Sum of RGB (Red+Green+Blue) = 36+13+191=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #240DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DBF is #DBF240. Grayscale: #272727. Windows color (decimal): -14414401 or 12520740. OLE color: 12520740.
HSL color Cylindrical-coordinate representation of color #240DBF: hue angle of 247.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240DBF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 13 | 191 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.25 |
| HSL | 247.75º | 0.87% | 0.4% | - |
| HSV(B) | 247.75º | 0.93% | 0.75% | - |
| XYZ | 10.28 | 4.42 | 49.6 | - |
| YUV | 40.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 191 | 0.81 | 0.93 | 0 | 0.25 | 247.75 | 0.87 | 0.4 |
| Hex | 24 | D | BF | 51 | 5D | 0 | 19 | F8 | 57 | 28 |
| Octal | 44 | 15 | 277 | 121 | 135 | 0 | 31 | 370 | 127 | 50 |
| Binary | 100100 | 1101 | 10111111 | 1010001 | 1011101 | 0 | 11001 | 11111000 | 1010111 | 101000 |
Color Harmonies of #240DBF
Complementary color
Monochromatic Colors of #240DBF
Black with #240DBF
Text Example
Text Example
White with #240DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DBF; }
p { color: rgb(36,13,191); }
H1.HeaderClassName
{
color: #240DBF;
}
.AnyTagClassName
{
color: #240DBF;
}
</style>
background-color css
<style>
a { background-color: #240DBF; }
a { background-color: rgb(36,13,191); }
div.DivClassName
{
background-color: #240DBF;
}
.BgClassName
{
background-color: #240DBF;
}
</style>
border-color css
<style>
span { border-color: #240DBF; }
span { border-color: rgb(36,13,191); }
td.TdClassName
{
border-color: #240DBF;
}
.TagClassName
{
border-color: #240DBF;
}
</style>