Shades of Medium Blue #120ADF
Tints of Medium Blue #120ADF
RGB
CMYK
RGB Variations
Color information
#120ADF (or 0x120ADF) is known color: Medium Blue. HEX triplet: 12, 0A and DF. RGB value is (18,10,223). Sum of RGB (Red+Green+Blue) = 18+10+223=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #120ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ADF is #EDF520. Grayscale: #232323. Windows color (decimal): -15594785 or 14617106. OLE color: 14617106.
HSL color Cylindrical-coordinate representation of color #120ADF: hue angle of 242.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120ADF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 10 | 223 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 242.25º | 0.91% | 0.46% | - |
| HSV(B) | 242.25º | 0.96% | 0.87% | - |
| XYZ | 13.68 | 5.67 | 70.19 | - |
| YUV | 36.67 | 233.15 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 223 | 0.92 | 0.96 | 0 | 0.13 | 242.25 | 0.91 | 0.46 |
| Hex | 12 | A | DF | 5C | 60 | 0 | D | F2 | 5B | 2E |
| Octal | 22 | 12 | 337 | 134 | 140 | 0 | 15 | 362 | 133 | 56 |
| Binary | 10010 | 1010 | 11011111 | 1011100 | 1100000 | 0 | 1101 | 11110010 | 1011011 | 101110 |
Color Harmonies of #120ADF
Complementary color
Monochromatic Colors of #120ADF
Black with #120ADF
Text Example
Text Example
White with #120ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ADF; }
p { color: rgb(18,10,223); }
H1.HeaderClassName
{
color: #120ADF;
}
.AnyTagClassName
{
color: #120ADF;
}
</style>
background-color css
<style>
a { background-color: #120ADF; }
a { background-color: rgb(18,10,223); }
div.DivClassName
{
background-color: #120ADF;
}
.BgClassName
{
background-color: #120ADF;
}
</style>
border-color css
<style>
span { border-color: #120ADF; }
span { border-color: rgb(18,10,223); }
td.TdClassName
{
border-color: #120ADF;
}
.TagClassName
{
border-color: #120ADF;
}
</style>