Shades of Blue #110CFD
Tints of Blue #110CFD
RGB
CMYK
RGB Variations
Color information
#110CFD (or 0x110CFD) is known color: Blue. HEX triplet: 11, 0C and FD. RGB value is (17,12,253). Sum of RGB (Red+Green+Blue) = 17+12+253=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #110CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CFD is #EEF302. Grayscale: #282828. Windows color (decimal): -15659779 or 16583697. OLE color: 16583697.
HSL color Cylindrical-coordinate representation of color #110CFD: hue angle of 241.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CFD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 12 | 253 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.01 |
| HSL | 241.24º | 0.98% | 0.52% | - |
| HSV(B) | 241.24º | 0.95% | 0.99% | - |
| XYZ | 18.09 | 7.47 | 93.42 | - |
| YUV | 40.97 | 247.66 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 253 | 0.93 | 0.95 | 0 | 0.01 | 241.24 | 0.98 | 0.52 |
| Hex | 11 | C | FD | 5D | 5F | 0 | 1 | F1 | 62 | 34 |
| Octal | 21 | 14 | 375 | 135 | 137 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10001 | 1100 | 11111101 | 1011101 | 1011111 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #110CFD
Complementary color
Monochromatic Colors of #110CFD
Black with #110CFD
Text Example
Text Example
White with #110CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CFD; }
p { color: rgb(17,12,253); }
H1.HeaderClassName
{
color: #110CFD;
}
.AnyTagClassName
{
color: #110CFD;
}
</style>
background-color css
<style>
a { background-color: #110CFD; }
a { background-color: rgb(17,12,253); }
div.DivClassName
{
background-color: #110CFD;
}
.BgClassName
{
background-color: #110CFD;
}
</style>
border-color css
<style>
span { border-color: #110CFD; }
span { border-color: rgb(17,12,253); }
td.TdClassName
{
border-color: #110CFD;
}
.TagClassName
{
border-color: #110CFD;
}
</style>