Shades of Blue #110CF4
Tints of Blue #110CF4
RGB
CMYK
RGB Variations
Color information
#110CF4 (or 0x110CF4) is known color: Blue. HEX triplet: 11, 0C and F4. RGB value is (17,12,244). Sum of RGB (Red+Green+Blue) = 17+12+244=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 244 (95.70% from 255 or 89.38% from 273); Max value from RGB is 244 - color contains mainly: blue. Hex color #110CF4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CF4 is #EEF30B. Grayscale: #272727. Windows color (decimal): -15659788 or 15993873. OLE color: 15993873.
HSL color Cylindrical-coordinate representation of color #110CF4: hue angle of 241.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CF4 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 12 | 244 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.04 |
| HSL | 241.29º | 0.91% | 0.5% | - |
| HSV(B) | 241.29º | 0.95% | 0.96% | - |
| XYZ | 16.69 | 6.91 | 86.04 | - |
| YUV | 39.94 | 243.16 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 244 | 0.93 | 0.95 | 0 | 0.04 | 241.29 | 0.91 | 0.5 |
| Hex | 11 | C | F4 | 5D | 5F | 0 | 4 | F1 | 5B | 32 |
| Octal | 21 | 14 | 364 | 135 | 137 | 0 | 4 | 361 | 133 | 62 |
| Binary | 10001 | 1100 | 11110100 | 1011101 | 1011111 | 0 | 100 | 11110001 | 1011011 | 110010 |
Color Harmonies of #110CF4
Complementary color
Monochromatic Colors of #110CF4
Black with #110CF4
Text Example
Text Example
White with #110CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CF4; }
p { color: rgb(17,12,244); }
H1.HeaderClassName
{
color: #110CF4;
}
.AnyTagClassName
{
color: #110CF4;
}
</style>
background-color css
<style>
a { background-color: #110CF4; }
a { background-color: rgb(17,12,244); }
div.DivClassName
{
background-color: #110CF4;
}
.BgClassName
{
background-color: #110CF4;
}
</style>
border-color css
<style>
span { border-color: #110CF4; }
span { border-color: rgb(17,12,244); }
td.TdClassName
{
border-color: #110CF4;
}
.TagClassName
{
border-color: #110CF4;
}
</style>