Shades of Blue #113AFE
Tints of Blue #113AFE
RGB
CMYK
RGB Variations
Color information
#113AFE (or 0x113AFE) is known color: Blue. HEX triplet: 11, 3A and FE. RGB value is (17,58,254). Sum of RGB (Red+Green+Blue) = 17+58+254=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #113AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AFE is #EEC501. Grayscale: #434343. Windows color (decimal): -15648002 or 16661009. OLE color: 16661009.
HSL color Cylindrical-coordinate representation of color #113AFE: hue angle of 229.62º 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 #113AFE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 58 | 254 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.00 |
| HSL | 229.62º | 0.99% | 0.53% | - |
| HSV(B) | 229.62º | 0.93% | 1% | - |
| XYZ | 19.63 | 10.3 | 94.72 | - |
| YUV | 68.09 | 232.92 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 254 | 0.93 | 0.77 | 0 | 0.00 | 229.62 | 0.99 | 0.53 |
| Hex | 11 | 3A | FE | 5D | 4D | 0 | 0 | E6 | 63 | 35 |
| Octal | 21 | 72 | 376 | 135 | 115 | 0 | 0 | 346 | 143 | 65 |
| Binary | 10001 | 111010 | 11111110 | 1011101 | 1001101 | 0 | 0 | 11100110 | 1100011 | 110101 |
Color Harmonies of #113AFE
Complementary color
Monochromatic Colors of #113AFE
Black with #113AFE
Text Example
Text Example
White with #113AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AFE; }
p { color: rgb(17,58,254); }
H1.HeaderClassName
{
color: #113AFE;
}
.AnyTagClassName
{
color: #113AFE;
}
</style>
background-color css
<style>
a { background-color: #113AFE; }
a { background-color: rgb(17,58,254); }
div.DivClassName
{
background-color: #113AFE;
}
.BgClassName
{
background-color: #113AFE;
}
</style>
border-color css
<style>
span { border-color: #113AFE; }
span { border-color: rgb(17,58,254); }
td.TdClassName
{
border-color: #113AFE;
}
.TagClassName
{
border-color: #113AFE;
}
</style>