Shades of Medium Blue #121FDD
Tints of Medium Blue #121FDD
RGB
CMYK
RGB Variations
Color information
#121FDD (or 0x121FDD) is known color: Medium Blue. HEX triplet: 12, 1F and DD. RGB value is (18,31,221). Sum of RGB (Red+Green+Blue) = 18+31+221=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #121FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FDD is #EDE022. Grayscale: #303030. Windows color (decimal): -15589411 or 14491410. OLE color: 14491410.
HSL color Cylindrical-coordinate representation of color #121FDD: hue angle of 236.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FDD is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 31 | 221 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.13 |
| HSL | 236.16º | 0.85% | 0.47% | - |
| HSV(B) | 236.16º | 0.92% | 0.87% | - |
| XYZ | 13.79 | 6.33 | 68.9 | - |
| YUV | 48.77 | 225.19 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 221 | 0.92 | 0.86 | 0 | 0.13 | 236.16 | 0.85 | 0.47 |
| Hex | 12 | 1F | DD | 5C | 56 | 0 | D | EC | 55 | 2F |
| Octal | 22 | 37 | 335 | 134 | 126 | 0 | 15 | 354 | 125 | 57 |
| Binary | 10010 | 11111 | 11011101 | 1011100 | 1010110 | 0 | 1101 | 11101100 | 1010101 | 101111 |
Color Harmonies of #121FDD
Complementary color
Monochromatic Colors of #121FDD
Black with #121FDD
Text Example
Text Example
White with #121FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FDD; }
p { color: rgb(18,31,221); }
H1.HeaderClassName
{
color: #121FDD;
}
.AnyTagClassName
{
color: #121FDD;
}
</style>
background-color css
<style>
a { background-color: #121FDD; }
a { background-color: rgb(18,31,221); }
div.DivClassName
{
background-color: #121FDD;
}
.BgClassName
{
background-color: #121FDD;
}
</style>
border-color css
<style>
span { border-color: #121FDD; }
span { border-color: rgb(18,31,221); }
td.TdClassName
{
border-color: #121FDD;
}
.TagClassName
{
border-color: #121FDD;
}
</style>