Shades of Blue #111CF0
Tints of Blue #111CF0
RGB
CMYK
RGB Variations
Color information
#111CF0 (or 0x111CF0) is known color: Blue. HEX triplet: 11, 1C and F0. RGB value is (17,28,240). Sum of RGB (Red+Green+Blue) = 17+28+240=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #111CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111CF0 is #EEE30F. Grayscale: #303030. Windows color (decimal): -15655696 or 15735825. OLE color: 15735825.
HSL color Cylindrical-coordinate representation of color #111CF0: hue angle of 237.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111CF0 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 28 | 240 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.06 |
| HSL | 237.04º | 0.88% | 0.5% | - |
| HSV(B) | 237.04º | 0.93% | 0.94% | - |
| XYZ | 16.37 | 7.24 | 82.97 | - |
| YUV | 48.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 240 | 0.93 | 0.88 | 0 | 0.06 | 237.04 | 0.88 | 0.5 |
| Hex | 11 | 1C | F0 | 5D | 58 | 0 | 6 | ED | 58 | 32 |
| Octal | 21 | 34 | 360 | 135 | 130 | 0 | 6 | 355 | 130 | 62 |
| Binary | 10001 | 11100 | 11110000 | 1011101 | 1011000 | 0 | 110 | 11101101 | 1011000 | 110010 |
Color Harmonies of #111CF0
Complementary color
Monochromatic Colors of #111CF0
Black with #111CF0
Text Example
Text Example
White with #111CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CF0; }
p { color: rgb(17,28,240); }
H1.HeaderClassName
{
color: #111CF0;
}
.AnyTagClassName
{
color: #111CF0;
}
</style>
background-color css
<style>
a { background-color: #111CF0; }
a { background-color: rgb(17,28,240); }
div.DivClassName
{
background-color: #111CF0;
}
.BgClassName
{
background-color: #111CF0;
}
</style>
border-color css
<style>
span { border-color: #111CF0; }
span { border-color: rgb(17,28,240); }
td.TdClassName
{
border-color: #111CF0;
}
.TagClassName
{
border-color: #111CF0;
}
</style>