Shades of Blue #121DF1
Tints of Blue #121DF1
RGB
CMYK
RGB Variations
Color information
#121DF1 (or 0x121DF1) is known color: Blue. HEX triplet: 12, 1D and F1. RGB value is (18,29,241). Sum of RGB (Red+Green+Blue) = 18+29+241=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 241 (94.53% from 255 or 83.68% from 288); Max value from RGB is 241 - color contains mainly: blue. Hex color #121DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DF1 is #EDE20E. Grayscale: #313131. Windows color (decimal): -15589903 or 15801618. OLE color: 15801618.
HSL color Cylindrical-coordinate representation of color #121DF1: hue angle of 237.04º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121DF1 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 29 | 241 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.05 |
| HSL | 237.04º | 0.89% | 0.51% | - |
| HSV(B) | 237.04º | 0.93% | 0.95% | - |
| XYZ | 16.57 | 7.36 | 83.77 | - |
| YUV | 49.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 241 | 0.93 | 0.88 | 0 | 0.05 | 237.04 | 0.89 | 0.51 |
| Hex | 12 | 1D | F1 | 5D | 58 | 0 | 5 | ED | 59 | 33 |
| Octal | 22 | 35 | 361 | 135 | 130 | 0 | 5 | 355 | 131 | 63 |
| Binary | 10010 | 11101 | 11110001 | 1011101 | 1011000 | 0 | 101 | 11101101 | 1011001 | 110011 |
Color Harmonies of #121DF1
Complementary color
Monochromatic Colors of #121DF1
Black with #121DF1
Text Example
Text Example
White with #121DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DF1; }
p { color: rgb(18,29,241); }
H1.HeaderClassName
{
color: #121DF1;
}
.AnyTagClassName
{
color: #121DF1;
}
</style>
background-color css
<style>
a { background-color: #121DF1; }
a { background-color: rgb(18,29,241); }
div.DivClassName
{
background-color: #121DF1;
}
.BgClassName
{
background-color: #121DF1;
}
</style>
border-color css
<style>
span { border-color: #121DF1; }
span { border-color: rgb(18,29,241); }
td.TdClassName
{
border-color: #121DF1;
}
.TagClassName
{
border-color: #121DF1;
}
</style>