Shades of Medium Blue #121BDD
Tints of Medium Blue #121BDD
RGB
CMYK
RGB Variations
Color information
#121BDD (or 0x121BDD) is known color: Medium Blue. HEX triplet: 12, 1B and DD. RGB value is (18,27,221). Sum of RGB (Red+Green+Blue) = 18+27+221=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #121BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDD is #EDE422. Grayscale: #2D2D2D. Windows color (decimal): -15590435 or 14490386. OLE color: 14490386.
HSL color Cylindrical-coordinate representation of color #121BDD: hue angle of 237.34º 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 #121BDD is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 27 | 221 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.13 |
| HSL | 237.34º | 0.85% | 0.47% | - |
| HSV(B) | 237.34º | 0.92% | 0.87% | - |
| XYZ | 13.69 | 6.13 | 68.87 | - |
| YUV | 46.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 221 | 0.92 | 0.88 | 0 | 0.13 | 237.34 | 0.85 | 0.47 |
| Hex | 12 | 1B | DD | 5C | 58 | 0 | D | ED | 55 | 2F |
| Octal | 22 | 33 | 335 | 134 | 130 | 0 | 15 | 355 | 125 | 57 |
| Binary | 10010 | 11011 | 11011101 | 1011100 | 1011000 | 0 | 1101 | 11101101 | 1010101 | 101111 |
Color Harmonies of #121BDD
Complementary color
Monochromatic Colors of #121BDD
Black with #121BDD
Text Example
Text Example
White with #121BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BDD; }
p { color: rgb(18,27,221); }
H1.HeaderClassName
{
color: #121BDD;
}
.AnyTagClassName
{
color: #121BDD;
}
</style>
background-color css
<style>
a { background-color: #121BDD; }
a { background-color: rgb(18,27,221); }
div.DivClassName
{
background-color: #121BDD;
}
.BgClassName
{
background-color: #121BDD;
}
</style>
border-color css
<style>
span { border-color: #121BDD; }
span { border-color: rgb(18,27,221); }
td.TdClassName
{
border-color: #121BDD;
}
.TagClassName
{
border-color: #121BDD;
}
</style>