Shades of Blue #112FFD
Tints of Blue #112FFD
RGB
CMYK
RGB Variations
Color information
#112FFD (or 0x112FFD) is known color: Blue. HEX triplet: 11, 2F and FD. RGB value is (17,47,253). Sum of RGB (Red+Green+Blue) = 17+47+253=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #112FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FFD is #EED002. Grayscale: #3C3C3C. Windows color (decimal): -15650819 or 16592657. OLE color: 16592657.
HSL color Cylindrical-coordinate representation of color #112FFD: hue angle of 232.37º 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 #112FFD is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 47 | 253 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.01 |
| HSL | 232.37º | 0.98% | 0.53% | - |
| HSV(B) | 232.37º | 0.93% | 0.99% | - |
| XYZ | 18.98 | 9.24 | 93.71 | - |
| YUV | 61.51 | 236.06 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 253 | 0.93 | 0.81 | 0 | 0.01 | 232.37 | 0.98 | 0.53 |
| Hex | 11 | 2F | FD | 5D | 51 | 0 | 1 | E8 | 62 | 35 |
| Octal | 21 | 57 | 375 | 135 | 121 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10001 | 101111 | 11111101 | 1011101 | 1010001 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #112FFD
Complementary color
Monochromatic Colors of #112FFD
Black with #112FFD
Text Example
Text Example
White with #112FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FFD; }
p { color: rgb(17,47,253); }
H1.HeaderClassName
{
color: #112FFD;
}
.AnyTagClassName
{
color: #112FFD;
}
</style>
background-color css
<style>
a { background-color: #112FFD; }
a { background-color: rgb(17,47,253); }
div.DivClassName
{
background-color: #112FFD;
}
.BgClassName
{
background-color: #112FFD;
}
</style>
border-color css
<style>
span { border-color: #112FFD; }
span { border-color: rgb(17,47,253); }
td.TdClassName
{
border-color: #112FFD;
}
.TagClassName
{
border-color: #112FFD;
}
</style>