Shades of Blue #113BFE
Tints of Blue #113BFE
RGB
CMYK
RGB Variations
Color information
#113BFE (or 0x113BFE) is known color: Blue. HEX triplet: 11, 3B and FE. RGB value is (17,59,254). Sum of RGB (Red+Green+Blue) = 17+59+254=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #113BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113BFE is #EEC401. Grayscale: #434343. Windows color (decimal): -15647746 or 16661265. OLE color: 16661265.
HSL color Cylindrical-coordinate representation of color #113BFE: hue angle of 229.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113BFE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 59 | 254 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.00 |
| HSL | 229.37º | 0.99% | 0.53% | - |
| HSV(B) | 229.37º | 0.93% | 1% | - |
| XYZ | 19.68 | 10.4 | 94.74 | - |
| YUV | 68.67 | 232.59 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 254 | 0.93 | 0.77 | 0 | 0.00 | 229.37 | 0.99 | 0.53 |
| Hex | 11 | 3B | FE | 5D | 4D | 0 | 0 | E5 | 63 | 35 |
| Octal | 21 | 73 | 376 | 135 | 115 | 0 | 0 | 345 | 143 | 65 |
| Binary | 10001 | 111011 | 11111110 | 1011101 | 1001101 | 0 | 0 | 11100101 | 1100011 | 110101 |
Color Harmonies of #113BFE
Complementary color
Monochromatic Colors of #113BFE
Black with #113BFE
Text Example
Text Example
White with #113BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BFE; }
p { color: rgb(17,59,254); }
H1.HeaderClassName
{
color: #113BFE;
}
.AnyTagClassName
{
color: #113BFE;
}
</style>
background-color css
<style>
a { background-color: #113BFE; }
a { background-color: rgb(17,59,254); }
div.DivClassName
{
background-color: #113BFE;
}
.BgClassName
{
background-color: #113BFE;
}
</style>
border-color css
<style>
span { border-color: #113BFE; }
span { border-color: rgb(17,59,254); }
td.TdClassName
{
border-color: #113BFE;
}
.TagClassName
{
border-color: #113BFE;
}
</style>