Shades of Blue #113CFD
Tints of Blue #113CFD
RGB
CMYK
RGB Variations
Color information
#113CFD (or 0x113CFD) is known color: Blue. HEX triplet: 11, 3C and FD. RGB value is (17,60,253). Sum of RGB (Red+Green+Blue) = 17+60+253=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #113CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFD is #EEC302. Grayscale: #444444. Windows color (decimal): -15647491 or 16595985. OLE color: 16595985.
HSL color Cylindrical-coordinate representation of color #113CFD: hue angle of 229.07º 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 #113CFD is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 60 | 253 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.01 |
| HSL | 229.07º | 0.98% | 0.53% | - |
| HSV(B) | 229.07º | 0.93% | 0.99% | - |
| XYZ | 19.58 | 10.44 | 93.91 | - |
| YUV | 69.15 | 231.75 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 253 | 0.93 | 0.76 | 0 | 0.01 | 229.07 | 0.98 | 0.53 |
| Hex | 11 | 3C | FD | 5D | 4C | 0 | 1 | E5 | 62 | 35 |
| Octal | 21 | 74 | 375 | 135 | 114 | 0 | 1 | 345 | 142 | 65 |
| Binary | 10001 | 111100 | 11111101 | 1011101 | 1001100 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #113CFD
Complementary color
Monochromatic Colors of #113CFD
Black with #113CFD
Text Example
Text Example
White with #113CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CFD; }
p { color: rgb(17,60,253); }
H1.HeaderClassName
{
color: #113CFD;
}
.AnyTagClassName
{
color: #113CFD;
}
</style>
background-color css
<style>
a { background-color: #113CFD; }
a { background-color: rgb(17,60,253); }
div.DivClassName
{
background-color: #113CFD;
}
.BgClassName
{
background-color: #113CFD;
}
</style>
border-color css
<style>
span { border-color: #113CFD; }
span { border-color: rgb(17,60,253); }
td.TdClassName
{
border-color: #113CFD;
}
.TagClassName
{
border-color: #113CFD;
}
</style>