Shades of Blue #1211FC
Tints of Blue #1211FC
RGB
CMYK
RGB Variations
Color information
#1211FC (or 0x1211FC) is known color: Blue. HEX triplet: 12, 11 and FC. RGB value is (18,17,252). Sum of RGB (Red+Green+Blue) = 18+17+252=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 252 (98.83% from 255 or 87.80% from 287); Max value from RGB is 252 - color contains mainly: blue. Hex color #1211FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211FC is #EDEE03. Grayscale: #2B2B2B. Windows color (decimal): -15592964 or 16519442. OLE color: 16519442.
HSL color Cylindrical-coordinate representation of color #1211FC: hue angle of 240.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1211FC is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 17 | 252 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.01 |
| HSL | 240.26º | 0.98% | 0.53% | - |
| HSV(B) | 240.26º | 0.93% | 0.99% | - |
| XYZ | 18.02 | 7.56 | 92.6 | - |
| YUV | 44.09 | 245.33 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 252 | 0.93 | 0.93 | 0 | 0.01 | 240.26 | 0.98 | 0.53 |
| Hex | 12 | 11 | FC | 5D | 5D | 0 | 1 | F0 | 62 | 35 |
| Octal | 22 | 21 | 374 | 135 | 135 | 0 | 1 | 360 | 142 | 65 |
| Binary | 10010 | 10001 | 11111100 | 1011101 | 1011101 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #1211FC
Complementary color
Monochromatic Colors of #1211FC
Black with #1211FC
Text Example
Text Example
White with #1211FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211FC; }
p { color: rgb(18,17,252); }
H1.HeaderClassName
{
color: #1211FC;
}
.AnyTagClassName
{
color: #1211FC;
}
</style>
background-color css
<style>
a { background-color: #1211FC; }
a { background-color: rgb(18,17,252); }
div.DivClassName
{
background-color: #1211FC;
}
.BgClassName
{
background-color: #1211FC;
}
</style>
border-color css
<style>
span { border-color: #1211FC; }
span { border-color: rgb(18,17,252); }
td.TdClassName
{
border-color: #1211FC;
}
.TagClassName
{
border-color: #1211FC;
}
</style>