Shades of Medium Blue #240AC2
Tints of Medium Blue #240AC2
RGB
CMYK
RGB Variations
Color information
#240AC2 (or 0x240AC2) is known color: Medium Blue. HEX triplet: 24, 0A and C2. RGB value is (36,10,194). Sum of RGB (Red+Green+Blue) = 36+10+194=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 194 (76.17% from 255 or 80.83% from 240); Max value from RGB is 194 - color contains mainly: blue. Hex color #240AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AC2 is #DBF53D. Grayscale: #262626. Windows color (decimal): -14415166 or 12716580. OLE color: 12716580.
HSL color Cylindrical-coordinate representation of color #240AC2: hue angle of 248.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240AC2 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 10 | 194 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.24 |
| HSL | 248.48º | 0.9% | 0.4% | - |
| HSV(B) | 248.48º | 0.95% | 0.76% | - |
| XYZ | 10.57 | 4.49 | 51.35 | - |
| YUV | 38.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 194 | 0.81 | 0.95 | 0 | 0.24 | 248.48 | 0.9 | 0.4 |
| Hex | 24 | A | C2 | 51 | 5F | 0 | 18 | F8 | 5A | 28 |
| Octal | 44 | 12 | 302 | 121 | 137 | 0 | 30 | 370 | 132 | 50 |
| Binary | 100100 | 1010 | 11000010 | 1010001 | 1011111 | 0 | 11000 | 11111000 | 1011010 | 101000 |
Color Harmonies of #240AC2
Complementary color
Monochromatic Colors of #240AC2
Black with #240AC2
Text Example
Text Example
White with #240AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240AC2; }
p { color: rgb(36,10,194); }
H1.HeaderClassName
{
color: #240AC2;
}
.AnyTagClassName
{
color: #240AC2;
}
</style>
background-color css
<style>
a { background-color: #240AC2; }
a { background-color: rgb(36,10,194); }
div.DivClassName
{
background-color: #240AC2;
}
.BgClassName
{
background-color: #240AC2;
}
</style>
border-color css
<style>
span { border-color: #240AC2; }
span { border-color: rgb(36,10,194); }
td.TdClassName
{
border-color: #240AC2;
}
.TagClassName
{
border-color: #240AC2;
}
</style>