Shades of Blue #121BFC
Tints of Blue #121BFC
RGB
CMYK
RGB Variations
Color information
#121BFC (or 0x121BFC) is known color: Blue. HEX triplet: 12, 1B and FC. RGB value is (18,27,252). Sum of RGB (Red+Green+Blue) = 18+27+252=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #121BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BFC is #EDE403. Grayscale: #313131. Windows color (decimal): -15590404 or 16522002. OLE color: 16522002.
HSL color Cylindrical-coordinate representation of color #121BFC: hue angle of 237.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121BFC is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 27 | 252 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.01 |
| HSL | 237.69º | 0.98% | 0.53% | - |
| HSV(B) | 237.69º | 0.93% | 0.99% | - |
| XYZ | 18.21 | 7.94 | 92.67 | - |
| YUV | 49.96 | 242.02 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 252 | 0.93 | 0.89 | 0 | 0.01 | 237.69 | 0.98 | 0.53 |
| Hex | 12 | 1B | FC | 5D | 59 | 0 | 1 | EE | 62 | 35 |
| Octal | 22 | 33 | 374 | 135 | 131 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10010 | 11011 | 11111100 | 1011101 | 1011001 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #121BFC
Complementary color
Monochromatic Colors of #121BFC
Black with #121BFC
Text Example
Text Example
White with #121BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BFC; }
p { color: rgb(18,27,252); }
H1.HeaderClassName
{
color: #121BFC;
}
.AnyTagClassName
{
color: #121BFC;
}
</style>
background-color css
<style>
a { background-color: #121BFC; }
a { background-color: rgb(18,27,252); }
div.DivClassName
{
background-color: #121BFC;
}
.BgClassName
{
background-color: #121BFC;
}
</style>
border-color css
<style>
span { border-color: #121BFC; }
span { border-color: rgb(18,27,252); }
td.TdClassName
{
border-color: #121BFC;
}
.TagClassName
{
border-color: #121BFC;
}
</style>