Shades of Blue #111AF9
Tints of Blue #111AF9
RGB
CMYK
RGB Variations
Color information
#111AF9 (or 0x111AF9) is known color: Blue. HEX triplet: 11, 1A and F9. RGB value is (17,26,249). Sum of RGB (Red+Green+Blue) = 17+26+249=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 249 (97.66% from 255 or 85.27% from 292); Max value from RGB is 249 - color contains mainly: blue. Hex color #111AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AF9 is #EEE506. Grayscale: #2F2F2F. Windows color (decimal): -15656199 or 16325137. OLE color: 16325137.
HSL color Cylindrical-coordinate representation of color #111AF9: hue angle of 237.67º 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 #111AF9 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 26 | 249 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.02 |
| HSL | 237.67º | 0.95% | 0.52% | - |
| HSV(B) | 237.67º | 0.93% | 0.98% | - |
| XYZ | 17.7 | 7.7 | 90.18 | - |
| YUV | 48.73 | 241.02 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 249 | 0.93 | 0.90 | 0 | 0.02 | 237.67 | 0.95 | 0.52 |
| Hex | 11 | 1A | F9 | 5D | 5A | 0 | 2 | EE | 5F | 34 |
| Octal | 21 | 32 | 371 | 135 | 132 | 0 | 2 | 356 | 137 | 64 |
| Binary | 10001 | 11010 | 11111001 | 1011101 | 1011010 | 0 | 10 | 11101110 | 1011111 | 110100 |
Color Harmonies of #111AF9
Complementary color
Monochromatic Colors of #111AF9
Black with #111AF9
Text Example
Text Example
White with #111AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AF9; }
p { color: rgb(17,26,249); }
H1.HeaderClassName
{
color: #111AF9;
}
.AnyTagClassName
{
color: #111AF9;
}
</style>
background-color css
<style>
a { background-color: #111AF9; }
a { background-color: rgb(17,26,249); }
div.DivClassName
{
background-color: #111AF9;
}
.BgClassName
{
background-color: #111AF9;
}
</style>
border-color css
<style>
span { border-color: #111AF9; }
span { border-color: rgb(17,26,249); }
td.TdClassName
{
border-color: #111AF9;
}
.TagClassName
{
border-color: #111AF9;
}
</style>