Shades of Blue #113AFD
Tints of Blue #113AFD
RGB
CMYK
RGB Variations
Color information
#113AFD (or 0x113AFD) is known color: Blue. HEX triplet: 11, 3A and FD. RGB value is (17,58,253). Sum of RGB (Red+Green+Blue) = 17+58+253=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #113AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AFD is #EEC502. Grayscale: #434343. Windows color (decimal): -15648003 or 16595473. OLE color: 16595473.
HSL color Cylindrical-coordinate representation of color #113AFD: hue angle of 229.58º 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 #113AFD is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 58 | 253 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 229.58º | 0.98% | 0.53% | - |
| HSV(B) | 229.58º | 0.93% | 0.99% | - |
| XYZ | 19.47 | 10.24 | 93.88 | - |
| YUV | 67.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 253 | 0.93 | 0.77 | 0 | 0.01 | 229.58 | 0.98 | 0.53 |
| Hex | 11 | 3A | FD | 5D | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 21 | 72 | 375 | 135 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10001 | 111010 | 11111101 | 1011101 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #113AFD
Complementary color
Monochromatic Colors of #113AFD
Black with #113AFD
Text Example
Text Example
White with #113AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AFD; }
p { color: rgb(17,58,253); }
H1.HeaderClassName
{
color: #113AFD;
}
.AnyTagClassName
{
color: #113AFD;
}
</style>
background-color css
<style>
a { background-color: #113AFD; }
a { background-color: rgb(17,58,253); }
div.DivClassName
{
background-color: #113AFD;
}
.BgClassName
{
background-color: #113AFD;
}
</style>
border-color css
<style>
span { border-color: #113AFD; }
span { border-color: rgb(17,58,253); }
td.TdClassName
{
border-color: #113AFD;
}
.TagClassName
{
border-color: #113AFD;
}
</style>