Shades of Blue #121DF2
Tints of Blue #121DF2
RGB
CMYK
RGB Variations
Color information
#121DF2 (or 0x121DF2) is known color: Blue. HEX triplet: 12, 1D and F2. RGB value is (18,29,242). Sum of RGB (Red+Green+Blue) = 18+29+242=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 242 (94.92% from 255 or 83.74% from 289); Max value from RGB is 242 - color contains mainly: blue. Hex color #121DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DF2 is #EDE20D. Grayscale: #313131. Windows color (decimal): -15589902 or 15867154. OLE color: 15867154.
HSL color Cylindrical-coordinate representation of color #121DF2: hue angle of 237.05º degrees, saturation: 0.9, 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 #121DF2 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 29 | 242 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.05 |
| HSL | 237.05º | 0.9% | 0.51% | - |
| HSV(B) | 237.05º | 0.93% | 0.95% | - |
| XYZ | 16.72 | 7.42 | 84.56 | - |
| YUV | 49.99 | 236.36 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 242 | 0.93 | 0.88 | 0 | 0.05 | 237.05 | 0.9 | 0.51 |
| Hex | 12 | 1D | F2 | 5D | 58 | 0 | 5 | ED | 5A | 33 |
| Octal | 22 | 35 | 362 | 135 | 130 | 0 | 5 | 355 | 132 | 63 |
| Binary | 10010 | 11101 | 11110010 | 1011101 | 1011000 | 0 | 101 | 11101101 | 1011010 | 110011 |
Color Harmonies of #121DF2
Complementary color
Monochromatic Colors of #121DF2
Black with #121DF2
Text Example
Text Example
White with #121DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DF2; }
p { color: rgb(18,29,242); }
H1.HeaderClassName
{
color: #121DF2;
}
.AnyTagClassName
{
color: #121DF2;
}
</style>
background-color css
<style>
a { background-color: #121DF2; }
a { background-color: rgb(18,29,242); }
div.DivClassName
{
background-color: #121DF2;
}
.BgClassName
{
background-color: #121DF2;
}
</style>
border-color css
<style>
span { border-color: #121DF2; }
span { border-color: rgb(18,29,242); }
td.TdClassName
{
border-color: #121DF2;
}
.TagClassName
{
border-color: #121DF2;
}
</style>