Shades of Blue #121CFB
Tints of Blue #121CFB
RGB
CMYK
RGB Variations
Color information
#121CFB (or 0x121CFB) is known color: Blue. HEX triplet: 12, 1C and FB. RGB value is (18,28,251). Sum of RGB (Red+Green+Blue) = 18+28+251=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #121CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CFB is #EDE304. Grayscale: #313131. Windows color (decimal): -15590149 or 16456722. OLE color: 16456722.
HSL color Cylindrical-coordinate representation of color #121CFB: hue angle of 237.42º 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 #121CFB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 28 | 251 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.02 |
| HSL | 237.42º | 0.97% | 0.53% | - |
| HSV(B) | 237.42º | 0.93% | 0.98% | - |
| XYZ | 18.08 | 7.92 | 91.84 | - |
| YUV | 50.43 | 241.19 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 251 | 0.93 | 0.89 | 0 | 0.02 | 237.42 | 0.97 | 0.53 |
| Hex | 12 | 1C | FB | 5D | 59 | 0 | 2 | ED | 61 | 35 |
| Octal | 22 | 34 | 373 | 135 | 131 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10010 | 11100 | 11111011 | 1011101 | 1011001 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #121CFB
Complementary color
Monochromatic Colors of #121CFB
Black with #121CFB
Text Example
Text Example
White with #121CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CFB; }
p { color: rgb(18,28,251); }
H1.HeaderClassName
{
color: #121CFB;
}
.AnyTagClassName
{
color: #121CFB;
}
</style>
background-color css
<style>
a { background-color: #121CFB; }
a { background-color: rgb(18,28,251); }
div.DivClassName
{
background-color: #121CFB;
}
.BgClassName
{
background-color: #121CFB;
}
</style>
border-color css
<style>
span { border-color: #121CFB; }
span { border-color: rgb(18,28,251); }
td.TdClassName
{
border-color: #121CFB;
}
.TagClassName
{
border-color: #121CFB;
}
</style>