Shades of Blue #121BFF
Tints of Blue #121BFF
RGB
CMYK
RGB Variations
Color information
#121BFF (or 0x121BFF) is known color: Blue. HEX triplet: 12, 1B and FF. RGB value is (18,27,255). Sum of RGB (Red+Green+Blue) = 18+27+255=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #121BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BFF is #EDE400. Grayscale: #313131. Windows color (decimal): -15590401 or 16718610. OLE color: 16718610.
HSL color Cylindrical-coordinate representation of color #121BFF: hue angle of 237.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121BFF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 27 | 255 | - |
| CMYK | 0.93 | 0.89 | 0 | 0 |
| HSL | 237.72º | 1% | 0.54% | - |
| HSV(B) | 237.72º | 0.93% | 1% | - |
| XYZ | 18.69 | 8.13 | 95.19 | - |
| YUV | 50.3 | 243.52 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 255 | 0.93 | 0.89 | 0 | 0 | 237.72 | 1 | 0.54 |
| Hex | 12 | 1B | FF | 5D | 59 | 0 | 0 | EE | 64 | 36 |
| Octal | 22 | 33 | 377 | 135 | 131 | 0 | 0 | 356 | 144 | 66 |
| Binary | 10010 | 11011 | 11111111 | 1011101 | 1011001 | 0 | 0 | 11101110 | 1100100 | 110110 |
Color Harmonies of #121BFF
Complementary color
Monochromatic Colors of #121BFF
Black with #121BFF
Text Example
Text Example
White with #121BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BFF; }
p { color: rgb(18,27,255); }
H1.HeaderClassName
{
color: #121BFF;
}
.AnyTagClassName
{
color: #121BFF;
}
</style>
background-color css
<style>
a { background-color: #121BFF; }
a { background-color: rgb(18,27,255); }
div.DivClassName
{
background-color: #121BFF;
}
.BgClassName
{
background-color: #121BFF;
}
</style>
border-color css
<style>
span { border-color: #121BFF; }
span { border-color: rgb(18,27,255); }
td.TdClassName
{
border-color: #121BFF;
}
.TagClassName
{
border-color: #121BFF;
}
</style>