Shades of Medium Blue #121BDF
Tints of Medium Blue #121BDF
RGB
CMYK
RGB Variations
Color information
#121BDF (or 0x121BDF) is known color: Medium Blue. HEX triplet: 12, 1B and DF. RGB value is (18,27,223). Sum of RGB (Red+Green+Blue) = 18+27+223=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #121BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDF is #EDE420. Grayscale: #2D2D2D. Windows color (decimal): -15590433 or 14621458. OLE color: 14621458.
HSL color Cylindrical-coordinate representation of color #121BDF: hue angle of 237.37º 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 #121BDF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 27 | 223 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.13 |
| HSL | 237.37º | 0.85% | 0.47% | - |
| HSV(B) | 237.37º | 0.92% | 0.87% | - |
| XYZ | 13.96 | 6.24 | 70.28 | - |
| YUV | 46.65 | 227.52 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 223 | 0.92 | 0.88 | 0 | 0.13 | 237.37 | 0.85 | 0.47 |
| Hex | 12 | 1B | DF | 5C | 58 | 0 | D | ED | 55 | 2F |
| Octal | 22 | 33 | 337 | 134 | 130 | 0 | 15 | 355 | 125 | 57 |
| Binary | 10010 | 11011 | 11011111 | 1011100 | 1011000 | 0 | 1101 | 11101101 | 1010101 | 101111 |
Color Harmonies of #121BDF
Complementary color
Monochromatic Colors of #121BDF
Black with #121BDF
Text Example
Text Example
White with #121BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BDF; }
p { color: rgb(18,27,223); }
H1.HeaderClassName
{
color: #121BDF;
}
.AnyTagClassName
{
color: #121BDF;
}
</style>
background-color css
<style>
a { background-color: #121BDF; }
a { background-color: rgb(18,27,223); }
div.DivClassName
{
background-color: #121BDF;
}
.BgClassName
{
background-color: #121BDF;
}
</style>
border-color css
<style>
span { border-color: #121BDF; }
span { border-color: rgb(18,27,223); }
td.TdClassName
{
border-color: #121BDF;
}
.TagClassName
{
border-color: #121BDF;
}
</style>