Shades of Medium Blue #240AC0
Tints of Medium Blue #240AC0
RGB
CMYK
RGB Variations
Color information
#240AC0 (or 0x240AC0) is known color: Medium Blue. HEX triplet: 24, 0A and C0. RGB value is (36,10,192). Sum of RGB (Red+Green+Blue) = 36+10+192=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #240AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AC0 is #DBF53F. Grayscale: #252525. Windows color (decimal): -14415168 or 12585508. OLE color: 12585508.
HSL color Cylindrical-coordinate representation of color #240AC0: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240AC0 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 10 | 192 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.25 |
| HSL | 248.57º | 0.9% | 0.4% | - |
| HSV(B) | 248.57º | 0.95% | 0.75% | - |
| XYZ | 10.35 | 4.4 | 50.17 | - |
| YUV | 38.52 | 214.61 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 192 | 0.81 | 0.95 | 0 | 0.25 | 248.57 | 0.9 | 0.4 |
| Hex | 24 | A | C0 | 51 | 5F | 0 | 19 | F9 | 5A | 28 |
| Octal | 44 | 12 | 300 | 121 | 137 | 0 | 31 | 371 | 132 | 50 |
| Binary | 100100 | 1010 | 11000000 | 1010001 | 1011111 | 0 | 11001 | 11111001 | 1011010 | 101000 |
Color Harmonies of #240AC0
Complementary color
Monochromatic Colors of #240AC0
Black with #240AC0
Text Example
Text Example
White with #240AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240AC0; }
p { color: rgb(36,10,192); }
H1.HeaderClassName
{
color: #240AC0;
}
.AnyTagClassName
{
color: #240AC0;
}
</style>
background-color css
<style>
a { background-color: #240AC0; }
a { background-color: rgb(36,10,192); }
div.DivClassName
{
background-color: #240AC0;
}
.BgClassName
{
background-color: #240AC0;
}
</style>
border-color css
<style>
span { border-color: #240AC0; }
span { border-color: rgb(36,10,192); }
td.TdClassName
{
border-color: #240AC0;
}
.TagClassName
{
border-color: #240AC0;
}
</style>