Shades of Medium Blue #120CDF
Tints of Medium Blue #120CDF
RGB
CMYK
RGB Variations
Color information
#120CDF (or 0x120CDF) is known color: Medium Blue. HEX triplet: 12, 0C and DF. RGB value is (18,12,223). Sum of RGB (Red+Green+Blue) = 18+12+223=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #120CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CDF is #EDF320. Grayscale: #252525. Windows color (decimal): -15594273 or 14617618. OLE color: 14617618.
HSL color Cylindrical-coordinate representation of color #120CDF: hue angle of 241.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CDF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 12 | 223 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.13 |
| HSL | 241.71º | 0.9% | 0.46% | - |
| HSV(B) | 241.71º | 0.95% | 0.87% | - |
| XYZ | 13.7 | 5.72 | 70.19 | - |
| YUV | 37.85 | 232.49 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 223 | 0.92 | 0.95 | 0 | 0.13 | 241.71 | 0.9 | 0.46 |
| Hex | 12 | C | DF | 5C | 5F | 0 | D | F2 | 5A | 2E |
| Octal | 22 | 14 | 337 | 134 | 137 | 0 | 15 | 362 | 132 | 56 |
| Binary | 10010 | 1100 | 11011111 | 1011100 | 1011111 | 0 | 1101 | 11110010 | 1011010 | 101110 |
Color Harmonies of #120CDF
Complementary color
Monochromatic Colors of #120CDF
Black with #120CDF
Text Example
Text Example
White with #120CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CDF; }
p { color: rgb(18,12,223); }
H1.HeaderClassName
{
color: #120CDF;
}
.AnyTagClassName
{
color: #120CDF;
}
</style>
background-color css
<style>
a { background-color: #120CDF; }
a { background-color: rgb(18,12,223); }
div.DivClassName
{
background-color: #120CDF;
}
.BgClassName
{
background-color: #120CDF;
}
</style>
border-color css
<style>
span { border-color: #120CDF; }
span { border-color: rgb(18,12,223); }
td.TdClassName
{
border-color: #120CDF;
}
.TagClassName
{
border-color: #120CDF;
}
</style>