Shades of Blue #1211FA
Tints of Blue #1211FA
RGB
CMYK
RGB Variations
Color information
#1211FA (or 0x1211FA) is known color: Blue. HEX triplet: 12, 11 and FA. RGB value is (18,17,250). Sum of RGB (Red+Green+Blue) = 18+17+250=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #1211FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211FA is #EDEE05. Grayscale: #2A2A2A. Windows color (decimal): -15592966 or 16388370. OLE color: 16388370.
HSL color Cylindrical-coordinate representation of color #1211FA: hue angle of 240.26º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1211FA is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 17 | 250 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.02 |
| HSL | 240.26º | 0.96% | 0.52% | - |
| HSV(B) | 240.26º | 0.93% | 0.98% | - |
| XYZ | 17.71 | 7.43 | 90.94 | - |
| YUV | 43.86 | 244.33 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 250 | 0.93 | 0.93 | 0 | 0.02 | 240.26 | 0.96 | 0.52 |
| Hex | 12 | 11 | FA | 5D | 5D | 0 | 2 | F0 | 60 | 34 |
| Octal | 22 | 21 | 372 | 135 | 135 | 0 | 2 | 360 | 140 | 64 |
| Binary | 10010 | 10001 | 11111010 | 1011101 | 1011101 | 0 | 10 | 11110000 | 1100000 | 110100 |
Color Harmonies of #1211FA
Complementary color
Monochromatic Colors of #1211FA
Black with #1211FA
Text Example
Text Example
White with #1211FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211FA; }
p { color: rgb(18,17,250); }
H1.HeaderClassName
{
color: #1211FA;
}
.AnyTagClassName
{
color: #1211FA;
}
</style>
background-color css
<style>
a { background-color: #1211FA; }
a { background-color: rgb(18,17,250); }
div.DivClassName
{
background-color: #1211FA;
}
.BgClassName
{
background-color: #1211FA;
}
</style>
border-color css
<style>
span { border-color: #1211FA; }
span { border-color: rgb(18,17,250); }
td.TdClassName
{
border-color: #1211FA;
}
.TagClassName
{
border-color: #1211FA;
}
</style>