Shades of Blue #1211F9
Tints of Blue #1211F9
RGB
CMYK
RGB Variations
Color information
#1211F9 (or 0x1211F9) is known color: Blue. HEX triplet: 12, 11 and F9. RGB value is (18,17,249). Sum of RGB (Red+Green+Blue) = 18+17+249=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 249 (97.66% from 255 or 87.68% from 284); Max value from RGB is 249 - color contains mainly: blue. Hex color #1211F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1211F9 is #EDEE06. Grayscale: #2A2A2A. Windows color (decimal): -15592967 or 16322834. OLE color: 16322834.
HSL color Cylindrical-coordinate representation of color #1211F9: hue angle of 240.26º degrees, saturation: 0.95, 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 #1211F9 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 17 | 249 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.02 |
| HSL | 240.26º | 0.95% | 0.52% | - |
| HSV(B) | 240.26º | 0.93% | 0.98% | - |
| XYZ | 17.55 | 7.37 | 90.12 | - |
| YUV | 43.75 | 243.83 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 249 | 0.93 | 0.93 | 0 | 0.02 | 240.26 | 0.95 | 0.52 |
| Hex | 12 | 11 | F9 | 5D | 5D | 0 | 2 | F0 | 5F | 34 |
| Octal | 22 | 21 | 371 | 135 | 135 | 0 | 2 | 360 | 137 | 64 |
| Binary | 10010 | 10001 | 11111001 | 1011101 | 1011101 | 0 | 10 | 11110000 | 1011111 | 110100 |
Color Harmonies of #1211F9
Complementary color
Monochromatic Colors of #1211F9
Black with #1211F9
Text Example
Text Example
White with #1211F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211F9; }
p { color: rgb(18,17,249); }
H1.HeaderClassName
{
color: #1211F9;
}
.AnyTagClassName
{
color: #1211F9;
}
</style>
background-color css
<style>
a { background-color: #1211F9; }
a { background-color: rgb(18,17,249); }
div.DivClassName
{
background-color: #1211F9;
}
.BgClassName
{
background-color: #1211F9;
}
</style>
border-color css
<style>
span { border-color: #1211F9; }
span { border-color: rgb(18,17,249); }
td.TdClassName
{
border-color: #1211F9;
}
.TagClassName
{
border-color: #1211F9;
}
</style>