Shades of Medium Blue #240ECF
Tints of Medium Blue #240ECF
RGB
CMYK
RGB Variations
Color information
#240ECF (or 0x240ECF) is known color: Medium Blue. HEX triplet: 24, 0E and CF. RGB value is (36,14,207). Sum of RGB (Red+Green+Blue) = 36+14+207=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #240ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ECF is #DBF130. Grayscale: #292929. Windows color (decimal): -14414129 or 13569572. OLE color: 13569572.
HSL color Cylindrical-coordinate representation of color #240ECF: hue angle of 246.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240ECF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 14 | 207 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.19 |
| HSL | 246.84º | 0.87% | 0.43% | - |
| HSV(B) | 246.84º | 0.93% | 0.81% | - |
| XYZ | 12.15 | 5.19 | 59.39 | - |
| YUV | 42.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 207 | 0.83 | 0.93 | 0 | 0.19 | 246.84 | 0.87 | 0.43 |
| Hex | 24 | E | CF | 53 | 5D | 0 | 13 | F7 | 57 | 2B |
| Octal | 44 | 16 | 317 | 123 | 135 | 0 | 23 | 367 | 127 | 53 |
| Binary | 100100 | 1110 | 11001111 | 1010011 | 1011101 | 0 | 10011 | 11110111 | 1010111 | 101011 |
Color Harmonies of #240ECF
Complementary color
Monochromatic Colors of #240ECF
Black with #240ECF
Text Example
Text Example
White with #240ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240ECF; }
p { color: rgb(36,14,207); }
H1.HeaderClassName
{
color: #240ECF;
}
.AnyTagClassName
{
color: #240ECF;
}
</style>
background-color css
<style>
a { background-color: #240ECF; }
a { background-color: rgb(36,14,207); }
div.DivClassName
{
background-color: #240ECF;
}
.BgClassName
{
background-color: #240ECF;
}
</style>
border-color css
<style>
span { border-color: #240ECF; }
span { border-color: rgb(36,14,207); }
td.TdClassName
{
border-color: #240ECF;
}
.TagClassName
{
border-color: #240ECF;
}
</style>