Shades of Blue #1112FA
Tints of Blue #1112FA
RGB
CMYK
RGB Variations
Color information
#1112FA (or 0x1112FA) is known color: Blue. HEX triplet: 11, 12 and FA. RGB value is (17,18,250). Sum of RGB (Red+Green+Blue) = 17+18+250=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 18 (7.42% from 255 or 6.32% 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 #1112FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1112FA is #EEED05. Grayscale: #2B2B2B. Windows color (decimal): -15658246 or 16388625. OLE color: 16388625.
HSL color Cylindrical-coordinate representation of color #1112FA: hue angle of 239.74º 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 #1112FA is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 18 | 250 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.02 |
| HSL | 239.74º | 0.96% | 0.52% | - |
| HSV(B) | 239.74º | 0.93% | 0.98% | - |
| XYZ | 17.7 | 7.45 | 90.95 | - |
| YUV | 44.15 | 244.17 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 250 | 0.93 | 0.93 | 0 | 0.02 | 239.74 | 0.96 | 0.52 |
| Hex | 11 | 12 | FA | 5D | 5D | 0 | 2 | F0 | 60 | 34 |
| Octal | 21 | 22 | 372 | 135 | 135 | 0 | 2 | 360 | 140 | 64 |
| Binary | 10001 | 10010 | 11111010 | 1011101 | 1011101 | 0 | 10 | 11110000 | 1100000 | 110100 |
Color Harmonies of #1112FA
Complementary color
Monochromatic Colors of #1112FA
Black with #1112FA
Text Example
Text Example
White with #1112FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112FA; }
p { color: rgb(17,18,250); }
H1.HeaderClassName
{
color: #1112FA;
}
.AnyTagClassName
{
color: #1112FA;
}
</style>
background-color css
<style>
a { background-color: #1112FA; }
a { background-color: rgb(17,18,250); }
div.DivClassName
{
background-color: #1112FA;
}
.BgClassName
{
background-color: #1112FA;
}
</style>
border-color css
<style>
span { border-color: #1112FA; }
span { border-color: rgb(17,18,250); }
td.TdClassName
{
border-color: #1112FA;
}
.TagClassName
{
border-color: #1112FA;
}
</style>