Shades of Blue #121BF6
Tints of Blue #121BF6
RGB
CMYK
RGB Variations
Color information
#121BF6 (or 0x121BF6) is known color: Blue. HEX triplet: 12, 1B and F6. RGB value is (18,27,246). Sum of RGB (Red+Green+Blue) = 18+27+246=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 246 (96.48% from 255 or 84.54% from 291); Max value from RGB is 246 - color contains mainly: blue. Hex color #121BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BF6 is #EDE409. Grayscale: #303030. Windows color (decimal): -15590410 or 16128786. OLE color: 16128786.
HSL color Cylindrical-coordinate representation of color #121BF6: hue angle of 237.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121BF6 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 27 | 246 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 237.63º | 0.93% | 0.52% | - |
| HSV(B) | 237.63º | 0.93% | 0.96% | - |
| XYZ | 17.28 | 7.57 | 87.74 | - |
| YUV | 49.28 | 239.02 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 246 | 0.93 | 0.89 | 0 | 0.04 | 237.63 | 0.93 | 0.52 |
| Hex | 12 | 1B | F6 | 5D | 59 | 0 | 4 | EE | 5D | 34 |
| Octal | 22 | 33 | 366 | 135 | 131 | 0 | 4 | 356 | 135 | 64 |
| Binary | 10010 | 11011 | 11110110 | 1011101 | 1011001 | 0 | 100 | 11101110 | 1011101 | 110100 |
Color Harmonies of #121BF6
Complementary color
Monochromatic Colors of #121BF6
Black with #121BF6
Text Example
Text Example
White with #121BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BF6; }
p { color: rgb(18,27,246); }
H1.HeaderClassName
{
color: #121BF6;
}
.AnyTagClassName
{
color: #121BF6;
}
</style>
background-color css
<style>
a { background-color: #121BF6; }
a { background-color: rgb(18,27,246); }
div.DivClassName
{
background-color: #121BF6;
}
.BgClassName
{
background-color: #121BF6;
}
</style>
border-color css
<style>
span { border-color: #121BF6; }
span { border-color: rgb(18,27,246); }
td.TdClassName
{
border-color: #121BF6;
}
.TagClassName
{
border-color: #121BF6;
}
</style>