Shades of Blue #1112FD
Tints of Blue #1112FD
RGB
CMYK
RGB Variations
Color information
#1112FD (or 0x1112FD) is known color: Blue. HEX triplet: 11, 12 and FD. RGB value is (17,18,253). Sum of RGB (Red+Green+Blue) = 17+18+253=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 253 (99.22% from 255 or 87.85% from 288); Max value from RGB is 253 - color contains mainly: blue. Hex color #1112FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1112FD is #EEED02. Grayscale: #2B2B2B. Windows color (decimal): -15658243 or 16585233. OLE color: 16585233.
HSL color Cylindrical-coordinate representation of color #1112FD: hue angle of 239.75º 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 #1112FD is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 18 | 253 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.01 |
| HSL | 239.75º | 0.98% | 0.53% | - |
| HSV(B) | 239.75º | 0.93% | 0.99% | - |
| XYZ | 18.18 | 7.64 | 93.45 | - |
| YUV | 44.49 | 245.67 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 253 | 0.93 | 0.93 | 0 | 0.01 | 239.75 | 0.98 | 0.53 |
| Hex | 11 | 12 | FD | 5D | 5D | 0 | 1 | F0 | 62 | 35 |
| Octal | 21 | 22 | 375 | 135 | 135 | 0 | 1 | 360 | 142 | 65 |
| Binary | 10001 | 10010 | 11111101 | 1011101 | 1011101 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #1112FD
Complementary color
Monochromatic Colors of #1112FD
Black with #1112FD
Text Example
Text Example
White with #1112FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112FD; }
p { color: rgb(17,18,253); }
H1.HeaderClassName
{
color: #1112FD;
}
.AnyTagClassName
{
color: #1112FD;
}
</style>
background-color css
<style>
a { background-color: #1112FD; }
a { background-color: rgb(17,18,253); }
div.DivClassName
{
background-color: #1112FD;
}
.BgClassName
{
background-color: #1112FD;
}
</style>
border-color css
<style>
span { border-color: #1112FD; }
span { border-color: rgb(17,18,253); }
td.TdClassName
{
border-color: #1112FD;
}
.TagClassName
{
border-color: #1112FD;
}
</style>