Shades of Medium Blue #240ACD
Tints of Medium Blue #240ACD
RGB
CMYK
RGB Variations
Color information
#240ACD (or 0x240ACD) is known color: Medium Blue. HEX triplet: 24, 0A and CD. RGB value is (36,10,205). Sum of RGB (Red+Green+Blue) = 36+10+205=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #240ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACD is #DBF532. Grayscale: #272727. Windows color (decimal): -14415155 or 13437476. OLE color: 13437476.
HSL color Cylindrical-coordinate representation of color #240ACD: hue angle of 248º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240ACD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 10 | 205 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.20 |
| HSL | 248º | 0.91% | 0.42% | - |
| HSV(B) | 248º | 0.95% | 0.8% | - |
| XYZ | 11.86 | 5 | 58.1 | - |
| YUV | 40 | 221.11 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 205 | 0.82 | 0.95 | 0 | 0.20 | 248 | 0.91 | 0.42 |
| Hex | 24 | A | CD | 52 | 5F | 0 | 14 | F8 | 5B | 2A |
| Octal | 44 | 12 | 315 | 122 | 137 | 0 | 24 | 370 | 133 | 52 |
| Binary | 100100 | 1010 | 11001101 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011011 | 101010 |
Color Harmonies of #240ACD
Complementary color
Monochromatic Colors of #240ACD
Black with #240ACD
Text Example
Text Example
White with #240ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240ACD; }
p { color: rgb(36,10,205); }
H1.HeaderClassName
{
color: #240ACD;
}
.AnyTagClassName
{
color: #240ACD;
}
</style>
background-color css
<style>
a { background-color: #240ACD; }
a { background-color: rgb(36,10,205); }
div.DivClassName
{
background-color: #240ACD;
}
.BgClassName
{
background-color: #240ACD;
}
</style>
border-color css
<style>
span { border-color: #240ACD; }
span { border-color: rgb(36,10,205); }
td.TdClassName
{
border-color: #240ACD;
}
.TagClassName
{
border-color: #240ACD;
}
</style>