Shades of Medium Blue #121CDA
Tints of Medium Blue #121CDA
RGB
CMYK
RGB Variations
Color information
#121CDA (or 0x121CDA) is known color: Medium Blue. HEX triplet: 12, 1C and DA. RGB value is (18,28,218). Sum of RGB (Red+Green+Blue) = 18+28+218=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #121CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CDA is #EDE325. Grayscale: #2D2D2D. Windows color (decimal): -15590182 or 14294034. OLE color: 14294034.
HSL color Cylindrical-coordinate representation of color #121CDA: hue angle of 237º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121CDA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 28 | 218 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.15 |
| HSL | 237º | 0.85% | 0.46% | - |
| HSV(B) | 237º | 0.92% | 0.85% | - |
| XYZ | 13.32 | 6.02 | 66.79 | - |
| YUV | 46.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 218 | 0.92 | 0.87 | 0 | 0.15 | 237 | 0.85 | 0.46 |
| Hex | 12 | 1C | DA | 5C | 57 | 0 | F | ED | 55 | 2E |
| Octal | 22 | 34 | 332 | 134 | 127 | 0 | 17 | 355 | 125 | 56 |
| Binary | 10010 | 11100 | 11011010 | 1011100 | 1010111 | 0 | 1111 | 11101101 | 1010101 | 101110 |
Color Harmonies of #121CDA
Complementary color
Monochromatic Colors of #121CDA
Black with #121CDA
Text Example
Text Example
White with #121CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CDA; }
p { color: rgb(18,28,218); }
H1.HeaderClassName
{
color: #121CDA;
}
.AnyTagClassName
{
color: #121CDA;
}
</style>
background-color css
<style>
a { background-color: #121CDA; }
a { background-color: rgb(18,28,218); }
div.DivClassName
{
background-color: #121CDA;
}
.BgClassName
{
background-color: #121CDA;
}
</style>
border-color css
<style>
span { border-color: #121CDA; }
span { border-color: rgb(18,28,218); }
td.TdClassName
{
border-color: #121CDA;
}
.TagClassName
{
border-color: #121CDA;
}
</style>