Shades of Medium Blue #121FDF
Tints of Medium Blue #121FDF
RGB
CMYK
RGB Variations
Color information
#121FDF (or 0x121FDF) is known color: Medium Blue. HEX triplet: 12, 1F and DF. RGB value is (18,31,223). Sum of RGB (Red+Green+Blue) = 18+31+223=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #121FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FDF is #EDE020. Grayscale: #303030. Windows color (decimal): -15589409 or 14622482. OLE color: 14622482.
HSL color Cylindrical-coordinate representation of color #121FDF: hue angle of 236.2º 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 #121FDF is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 31 | 223 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.13 |
| HSL | 236.2º | 0.85% | 0.47% | - |
| HSV(B) | 236.2º | 0.92% | 0.87% | - |
| XYZ | 14.06 | 6.44 | 70.31 | - |
| YUV | 49 | 226.19 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 223 | 0.92 | 0.86 | 0 | 0.13 | 236.2 | 0.85 | 0.47 |
| Hex | 12 | 1F | DF | 5C | 56 | 0 | D | EC | 55 | 2F |
| Octal | 22 | 37 | 337 | 134 | 126 | 0 | 15 | 354 | 125 | 57 |
| Binary | 10010 | 11111 | 11011111 | 1011100 | 1010110 | 0 | 1101 | 11101100 | 1010101 | 101111 |
Color Harmonies of #121FDF
Complementary color
Monochromatic Colors of #121FDF
Black with #121FDF
Text Example
Text Example
White with #121FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FDF; }
p { color: rgb(18,31,223); }
H1.HeaderClassName
{
color: #121FDF;
}
.AnyTagClassName
{
color: #121FDF;
}
</style>
background-color css
<style>
a { background-color: #121FDF; }
a { background-color: rgb(18,31,223); }
div.DivClassName
{
background-color: #121FDF;
}
.BgClassName
{
background-color: #121FDF;
}
</style>
border-color css
<style>
span { border-color: #121FDF; }
span { border-color: rgb(18,31,223); }
td.TdClassName
{
border-color: #121FDF;
}
.TagClassName
{
border-color: #121FDF;
}
</style>