Shades of Blue #121DFB
Tints of Blue #121DFB
RGB
CMYK
RGB Variations
Color information
#121DFB (or 0x121DFB) is known color: Blue. HEX triplet: 12, 1D and FB. RGB value is (18,29,251). Sum of RGB (Red+Green+Blue) = 18+29+251=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #121DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DFB is #EDE204. Grayscale: #323232. Windows color (decimal): -15589893 or 16456978. OLE color: 16456978.
HSL color Cylindrical-coordinate representation of color #121DFB: hue angle of 237.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121DFB is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 29 | 251 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.02 |
| HSL | 237.17º | 0.97% | 0.53% | - |
| HSV(B) | 237.17º | 0.93% | 0.98% | - |
| XYZ | 18.1 | 7.97 | 91.85 | - |
| YUV | 51.02 | 240.86 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 251 | 0.93 | 0.88 | 0 | 0.02 | 237.17 | 0.97 | 0.53 |
| Hex | 12 | 1D | FB | 5D | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 22 | 35 | 373 | 135 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10010 | 11101 | 11111011 | 1011101 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #121DFB
Complementary color
Monochromatic Colors of #121DFB
Black with #121DFB
Text Example
Text Example
White with #121DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DFB; }
p { color: rgb(18,29,251); }
H1.HeaderClassName
{
color: #121DFB;
}
.AnyTagClassName
{
color: #121DFB;
}
</style>
background-color css
<style>
a { background-color: #121DFB; }
a { background-color: rgb(18,29,251); }
div.DivClassName
{
background-color: #121DFB;
}
.BgClassName
{
background-color: #121DFB;
}
</style>
border-color css
<style>
span { border-color: #121DFB; }
span { border-color: rgb(18,29,251); }
td.TdClassName
{
border-color: #121DFB;
}
.TagClassName
{
border-color: #121DFB;
}
</style>