Shades of Blue #111CF9
Tints of Blue #111CF9
RGB
CMYK
RGB Variations
Color information
#111CF9 (or 0x111CF9) is known color: Blue. HEX triplet: 11, 1C and F9. RGB value is (17,28,249). Sum of RGB (Red+Green+Blue) = 17+28+249=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 249 (97.66% from 255 or 84.69% from 294); Max value from RGB is 249 - color contains mainly: blue. Hex color #111CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111CF9 is #EEE306. Grayscale: #313131. Windows color (decimal): -15655687 or 16325649. OLE color: 16325649.
HSL color Cylindrical-coordinate representation of color #111CF9: hue angle of 237.16º 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 #111CF9 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 28 | 249 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.02 |
| HSL | 237.16º | 0.95% | 0.52% | - |
| HSV(B) | 237.16º | 0.93% | 0.98% | - |
| XYZ | 17.75 | 7.79 | 90.19 | - |
| YUV | 49.91 | 240.36 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 249 | 0.93 | 0.89 | 0 | 0.02 | 237.16 | 0.95 | 0.52 |
| Hex | 11 | 1C | F9 | 5D | 59 | 0 | 2 | ED | 5F | 34 |
| Octal | 21 | 34 | 371 | 135 | 131 | 0 | 2 | 355 | 137 | 64 |
| Binary | 10001 | 11100 | 11111001 | 1011101 | 1011001 | 0 | 10 | 11101101 | 1011111 | 110100 |
Color Harmonies of #111CF9
Complementary color
Monochromatic Colors of #111CF9
Black with #111CF9
Text Example
Text Example
White with #111CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CF9; }
p { color: rgb(17,28,249); }
H1.HeaderClassName
{
color: #111CF9;
}
.AnyTagClassName
{
color: #111CF9;
}
</style>
background-color css
<style>
a { background-color: #111CF9; }
a { background-color: rgb(17,28,249); }
div.DivClassName
{
background-color: #111CF9;
}
.BgClassName
{
background-color: #111CF9;
}
</style>
border-color css
<style>
span { border-color: #111CF9; }
span { border-color: rgb(17,28,249); }
td.TdClassName
{
border-color: #111CF9;
}
.TagClassName
{
border-color: #111CF9;
}
</style>