Shades of Blue #1211FE
Tints of Blue #1211FE
RGB
CMYK
RGB Variations
Color information
#1211FE (or 0x1211FE) is known color: Blue. HEX triplet: 12, 11 and FE. RGB value is (18,17,254). Sum of RGB (Red+Green+Blue) = 18+17+254=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #1211FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211FE is #EDEE01. Grayscale: #2B2B2B. Windows color (decimal): -15592962 or 16650514. OLE color: 16650514.
HSL color Cylindrical-coordinate representation of color #1211FE: hue angle of 240.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1211FE is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 17 | 254 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.00 |
| HSL | 240.25º | 0.99% | 0.53% | - |
| HSV(B) | 240.25º | 0.93% | 1% | - |
| XYZ | 18.34 | 7.69 | 94.28 | - |
| YUV | 44.32 | 246.33 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 254 | 0.93 | 0.93 | 0 | 0.00 | 240.25 | 0.99 | 0.53 |
| Hex | 12 | 11 | FE | 5D | 5D | 0 | 0 | F0 | 63 | 35 |
| Octal | 22 | 21 | 376 | 135 | 135 | 0 | 0 | 360 | 143 | 65 |
| Binary | 10010 | 10001 | 11111110 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100011 | 110101 |
Color Harmonies of #1211FE
Complementary color
Monochromatic Colors of #1211FE
Black with #1211FE
Text Example
Text Example
White with #1211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211FE; }
p { color: rgb(18,17,254); }
H1.HeaderClassName
{
color: #1211FE;
}
.AnyTagClassName
{
color: #1211FE;
}
</style>
background-color css
<style>
a { background-color: #1211FE; }
a { background-color: rgb(18,17,254); }
div.DivClassName
{
background-color: #1211FE;
}
.BgClassName
{
background-color: #1211FE;
}
</style>
border-color css
<style>
span { border-color: #1211FE; }
span { border-color: rgb(18,17,254); }
td.TdClassName
{
border-color: #1211FE;
}
.TagClassName
{
border-color: #1211FE;
}
</style>