Shades of Blue #121AFB
Tints of Blue #121AFB
RGB
CMYK
RGB Variations
Color information
#121AFB (or 0x121AFB) is known color: Blue. HEX triplet: 12, 1A and FB. RGB value is (18,26,251). Sum of RGB (Red+Green+Blue) = 18+26+251=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #121AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AFB is #EDE504. Grayscale: #303030. Windows color (decimal): -15590661 or 16456210. OLE color: 16456210.
HSL color Cylindrical-coordinate representation of color #121AFB: hue angle of 237.94º 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 #121AFB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 26 | 251 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.02 |
| HSL | 237.94º | 0.97% | 0.53% | - |
| HSV(B) | 237.94º | 0.93% | 0.98% | - |
| XYZ | 18.03 | 7.83 | 91.83 | - |
| YUV | 49.26 | 241.85 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 251 | 0.93 | 0.90 | 0 | 0.02 | 237.94 | 0.97 | 0.53 |
| Hex | 12 | 1A | FB | 5D | 5A | 0 | 2 | EE | 61 | 35 |
| Octal | 22 | 32 | 373 | 135 | 132 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10010 | 11010 | 11111011 | 1011101 | 1011010 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #121AFB
Complementary color
Monochromatic Colors of #121AFB
Black with #121AFB
Text Example
Text Example
White with #121AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AFB; }
p { color: rgb(18,26,251); }
H1.HeaderClassName
{
color: #121AFB;
}
.AnyTagClassName
{
color: #121AFB;
}
</style>
background-color css
<style>
a { background-color: #121AFB; }
a { background-color: rgb(18,26,251); }
div.DivClassName
{
background-color: #121AFB;
}
.BgClassName
{
background-color: #121AFB;
}
</style>
border-color css
<style>
span { border-color: #121AFB; }
span { border-color: rgb(18,26,251); }
td.TdClassName
{
border-color: #121AFB;
}
.TagClassName
{
border-color: #121AFB;
}
</style>