Shades of Blue #121BF0
Tints of Blue #121BF0
RGB
CMYK
RGB Variations
Color information
#121BF0 (or 0x121BF0) is known color: Blue. HEX triplet: 12, 1B and F0. RGB value is (18,27,240). Sum of RGB (Red+Green+Blue) = 18+27+240=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #121BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BF0 is #EDE40F. Grayscale: #2F2F2F. Windows color (decimal): -15590416 or 15735570. OLE color: 15735570.
HSL color Cylindrical-coordinate representation of color #121BF0: hue angle of 237.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121BF0 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 27 | 240 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.06 |
| HSL | 237.57º | 0.88% | 0.51% | - |
| HSV(B) | 237.57º | 0.93% | 0.94% | - |
| XYZ | 16.37 | 7.2 | 82.97 | - |
| YUV | 48.59 | 236.02 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 240 | 0.92 | 0.89 | 0 | 0.06 | 237.57 | 0.88 | 0.51 |
| Hex | 12 | 1B | F0 | 5C | 59 | 0 | 6 | EE | 58 | 33 |
| Octal | 22 | 33 | 360 | 134 | 131 | 0 | 6 | 356 | 130 | 63 |
| Binary | 10010 | 11011 | 11110000 | 1011100 | 1011001 | 0 | 110 | 11101110 | 1011000 | 110011 |
Color Harmonies of #121BF0
Complementary color
Monochromatic Colors of #121BF0
Black with #121BF0
Text Example
Text Example
White with #121BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BF0; }
p { color: rgb(18,27,240); }
H1.HeaderClassName
{
color: #121BF0;
}
.AnyTagClassName
{
color: #121BF0;
}
</style>
background-color css
<style>
a { background-color: #121BF0; }
a { background-color: rgb(18,27,240); }
div.DivClassName
{
background-color: #121BF0;
}
.BgClassName
{
background-color: #121BF0;
}
</style>
border-color css
<style>
span { border-color: #121BF0; }
span { border-color: rgb(18,27,240); }
td.TdClassName
{
border-color: #121BF0;
}
.TagClassName
{
border-color: #121BF0;
}
</style>