Shades of Blue #1211FF
Tints of Blue #1211FF
RGB
CMYK
RGB Variations
Color information
#1211FF (or 0x1211FF) is known color: Blue. HEX triplet: 12, 11 and FF. RGB value is (18,17,255). Sum of RGB (Red+Green+Blue) = 18+17+255=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #1211FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211FF is #EDEE00. Grayscale: #2B2B2B. Windows color (decimal): -15592961 or 16716050. OLE color: 16716050.
HSL color Cylindrical-coordinate representation of color #1211FF: hue angle of 240.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1211FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 17 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 240.25º | 1% | 0.53% | - |
| HSV(B) | 240.25º | 0.93% | 1% | - |
| XYZ | 18.5 | 7.75 | 95.13 | - |
| YUV | 44.43 | 246.83 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 255 | 0.93 | 0.93 | 0 | 0 | 240.25 | 1 | 0.53 |
| Hex | 12 | 11 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 35 |
| Octal | 22 | 21 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 65 |
| Binary | 10010 | 10001 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110101 |
Color Harmonies of #1211FF
Complementary color
Monochromatic Colors of #1211FF
Black with #1211FF
Text Example
Text Example
White with #1211FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211FF; }
p { color: rgb(18,17,255); }
H1.HeaderClassName
{
color: #1211FF;
}
.AnyTagClassName
{
color: #1211FF;
}
</style>
background-color css
<style>
a { background-color: #1211FF; }
a { background-color: rgb(18,17,255); }
div.DivClassName
{
background-color: #1211FF;
}
.BgClassName
{
background-color: #1211FF;
}
</style>
border-color css
<style>
span { border-color: #1211FF; }
span { border-color: rgb(18,17,255); }
td.TdClassName
{
border-color: #1211FF;
}
.TagClassName
{
border-color: #1211FF;
}
</style>