Shades of Blue #121AFA
Tints of Blue #121AFA
RGB
CMYK
RGB Variations
Color information
#121AFA (or 0x121AFA) is known color: Blue. HEX triplet: 12, 1A and FA. RGB value is (18,26,250). Sum of RGB (Red+Green+Blue) = 18+26+250=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #121AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AFA is #EDE505. Grayscale: #303030. Windows color (decimal): -15590662 or 16390674. OLE color: 16390674.
HSL color Cylindrical-coordinate representation of color #121AFA: hue angle of 237.93º degrees, saturation: 0.96, 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 #121AFA is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 26 | 250 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.02 |
| HSL | 237.93º | 0.96% | 0.53% | - |
| HSV(B) | 237.93º | 0.93% | 0.98% | - |
| XYZ | 17.87 | 7.77 | 91 | - |
| YUV | 49.14 | 241.35 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 250 | 0.93 | 0.90 | 0 | 0.02 | 237.93 | 0.96 | 0.53 |
| Hex | 12 | 1A | FA | 5D | 5A | 0 | 2 | EE | 60 | 35 |
| Octal | 22 | 32 | 372 | 135 | 132 | 0 | 2 | 356 | 140 | 65 |
| Binary | 10010 | 11010 | 11111010 | 1011101 | 1011010 | 0 | 10 | 11101110 | 1100000 | 110101 |
Color Harmonies of #121AFA
Complementary color
Monochromatic Colors of #121AFA
Black with #121AFA
Text Example
Text Example
White with #121AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AFA; }
p { color: rgb(18,26,250); }
H1.HeaderClassName
{
color: #121AFA;
}
.AnyTagClassName
{
color: #121AFA;
}
</style>
background-color css
<style>
a { background-color: #121AFA; }
a { background-color: rgb(18,26,250); }
div.DivClassName
{
background-color: #121AFA;
}
.BgClassName
{
background-color: #121AFA;
}
</style>
border-color css
<style>
span { border-color: #121AFA; }
span { border-color: rgb(18,26,250); }
td.TdClassName
{
border-color: #121AFA;
}
.TagClassName
{
border-color: #121AFA;
}
</style>