Shades of Medium Blue #120FDA
Tints of Medium Blue #120FDA
RGB
CMYK
RGB Variations
Color information
#120FDA (or 0x120FDA) is known color: Medium Blue. HEX triplet: 12, 0F and DA. RGB value is (18,15,218). Sum of RGB (Red+Green+Blue) = 18+15+218=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #120FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FDA is #EDF025. Grayscale: #262626. Windows color (decimal): -15593510 or 14290706. OLE color: 14290706.
HSL color Cylindrical-coordinate representation of color #120FDA: hue angle of 240.89º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FDA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 15 | 218 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.15 |
| HSL | 240.89º | 0.87% | 0.46% | - |
| HSV(B) | 240.89º | 0.93% | 0.85% | - |
| XYZ | 13.08 | 5.53 | 66.71 | - |
| YUV | 39.04 | 228.99 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 218 | 0.92 | 0.93 | 0 | 0.15 | 240.89 | 0.87 | 0.46 |
| Hex | 12 | F | DA | 5C | 5D | 0 | F | F1 | 57 | 2E |
| Octal | 22 | 17 | 332 | 134 | 135 | 0 | 17 | 361 | 127 | 56 |
| Binary | 10010 | 1111 | 11011010 | 1011100 | 1011101 | 0 | 1111 | 11110001 | 1010111 | 101110 |
Color Harmonies of #120FDA
Complementary color
Monochromatic Colors of #120FDA
Black with #120FDA
Text Example
Text Example
White with #120FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FDA; }
p { color: rgb(18,15,218); }
H1.HeaderClassName
{
color: #120FDA;
}
.AnyTagClassName
{
color: #120FDA;
}
</style>
background-color css
<style>
a { background-color: #120FDA; }
a { background-color: rgb(18,15,218); }
div.DivClassName
{
background-color: #120FDA;
}
.BgClassName
{
background-color: #120FDA;
}
</style>
border-color css
<style>
span { border-color: #120FDA; }
span { border-color: rgb(18,15,218); }
td.TdClassName
{
border-color: #120FDA;
}
.TagClassName
{
border-color: #120FDA;
}
</style>