Shades of Blue #1111FA
Tints of Blue #1111FA
RGB
CMYK
RGB Variations
Color information
#1111FA (or 0x1111FA) is known color: Blue. HEX triplet: 11, 11 and FA. RGB value is (17,17,250). Sum of RGB (Red+Green+Blue) = 17+17+250=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #1111FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1111FA is #EEEE05. Grayscale: #2A2A2A. Windows color (decimal): -15658502 or 16388369. OLE color: 16388369.
HSL color Cylindrical-coordinate representation of color #1111FA: hue angle of 240º 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 #1111FA is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 17 | 250 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.52% | - |
| HSV(B) | 240º | 0.93% | 0.98% | - |
| XYZ | 17.69 | 7.42 | 90.94 | - |
| YUV | 43.56 | 244.5 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 250 | 0.93 | 0.93 | 0 | 0.02 | 240 | 0.96 | 0.52 |
| Hex | 11 | 11 | FA | 5D | 5D | 0 | 2 | F0 | 60 | 34 |
| Octal | 21 | 21 | 372 | 135 | 135 | 0 | 2 | 360 | 140 | 64 |
| Binary | 10001 | 10001 | 11111010 | 1011101 | 1011101 | 0 | 10 | 11110000 | 1100000 | 110100 |
Color Harmonies of #1111FA
Complementary color
Monochromatic Colors of #1111FA
Black with #1111FA
Text Example
Text Example
White with #1111FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1111FA; }
p { color: rgb(17,17,250); }
H1.HeaderClassName
{
color: #1111FA;
}
.AnyTagClassName
{
color: #1111FA;
}
</style>
background-color css
<style>
a { background-color: #1111FA; }
a { background-color: rgb(17,17,250); }
div.DivClassName
{
background-color: #1111FA;
}
.BgClassName
{
background-color: #1111FA;
}
</style>
border-color css
<style>
span { border-color: #1111FA; }
span { border-color: rgb(17,17,250); }
td.TdClassName
{
border-color: #1111FA;
}
.TagClassName
{
border-color: #1111FA;
}
</style>