Shades of Blue #111FFD
Tints of Blue #111FFD
RGB
CMYK
RGB Variations
Color information
#111FFD (or 0x111FFD) is known color: Blue. HEX triplet: 11, 1F and FD. RGB value is (17,31,253). Sum of RGB (Red+Green+Blue) = 17+31+253=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #111FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111FFD is #EEE002. Grayscale: #333333. Windows color (decimal): -15654915 or 16588561. OLE color: 16588561.
HSL color Cylindrical-coordinate representation of color #111FFD: hue angle of 236.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111FFD is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 31 | 253 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.01 |
| HSL | 236.44º | 0.98% | 0.53% | - |
| HSV(B) | 236.44º | 0.93% | 0.99% | - |
| XYZ | 18.45 | 8.19 | 93.54 | - |
| YUV | 52.12 | 241.36 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 253 | 0.93 | 0.88 | 0 | 0.01 | 236.44 | 0.98 | 0.53 |
| Hex | 11 | 1F | FD | 5D | 58 | 0 | 1 | EC | 62 | 35 |
| Octal | 21 | 37 | 375 | 135 | 130 | 0 | 1 | 354 | 142 | 65 |
| Binary | 10001 | 11111 | 11111101 | 1011101 | 1011000 | 0 | 1 | 11101100 | 1100010 | 110101 |
Color Harmonies of #111FFD
Complementary color
Monochromatic Colors of #111FFD
Black with #111FFD
Text Example
Text Example
White with #111FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FFD; }
p { color: rgb(17,31,253); }
H1.HeaderClassName
{
color: #111FFD;
}
.AnyTagClassName
{
color: #111FFD;
}
</style>
background-color css
<style>
a { background-color: #111FFD; }
a { background-color: rgb(17,31,253); }
div.DivClassName
{
background-color: #111FFD;
}
.BgClassName
{
background-color: #111FFD;
}
</style>
border-color css
<style>
span { border-color: #111FFD; }
span { border-color: rgb(17,31,253); }
td.TdClassName
{
border-color: #111FFD;
}
.TagClassName
{
border-color: #111FFD;
}
</style>