Shades of Blue #1211EA
Tints of Blue #1211EA
RGB
CMYK
RGB Variations
Color information
#1211EA (or 0x1211EA) is known color: Blue. HEX triplet: 12, 11 and EA. RGB value is (18,17,234). Sum of RGB (Red+Green+Blue) = 18+17+234=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #1211EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211EA is #EDEE15. Grayscale: #292929. Windows color (decimal): -15592982 or 15339794. OLE color: 15339794.
HSL color Cylindrical-coordinate representation of color #1211EA: hue angle of 240.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1211EA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 17 | 234 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.08 |
| HSL | 240.28º | 0.86% | 0.49% | - |
| HSV(B) | 240.28º | 0.93% | 0.92% | - |
| XYZ | 15.3 | 6.47 | 78.28 | - |
| YUV | 42.04 | 236.33 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 234 | 0.92 | 0.93 | 0 | 0.08 | 240.28 | 0.86 | 0.49 |
| Hex | 12 | 11 | EA | 5C | 5D | 0 | 8 | F0 | 56 | 31 |
| Octal | 22 | 21 | 352 | 134 | 135 | 0 | 10 | 360 | 126 | 61 |
| Binary | 10010 | 10001 | 11101010 | 1011100 | 1011101 | 0 | 1000 | 11110000 | 1010110 | 110001 |
Color Harmonies of #1211EA
Complementary color
Monochromatic Colors of #1211EA
Black with #1211EA
Text Example
Text Example
White with #1211EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211EA; }
p { color: rgb(18,17,234); }
H1.HeaderClassName
{
color: #1211EA;
}
.AnyTagClassName
{
color: #1211EA;
}
</style>
background-color css
<style>
a { background-color: #1211EA; }
a { background-color: rgb(18,17,234); }
div.DivClassName
{
background-color: #1211EA;
}
.BgClassName
{
background-color: #1211EA;
}
</style>
border-color css
<style>
span { border-color: #1211EA; }
span { border-color: rgb(18,17,234); }
td.TdClassName
{
border-color: #1211EA;
}
.TagClassName
{
border-color: #1211EA;
}
</style>