Shades of Blue #2113FF
Tints of Blue #2113FF
RGB
CMYK
RGB Variations
Color information
#2113FF (or 0x2113FF) is known color: Blue. HEX triplet: 21, 13 and FF. RGB value is (33,19,255). Sum of RGB (Red+Green+Blue) = 33+19+255=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #2113FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2113FF is #DEEC00. Grayscale: #313131. Windows color (decimal): -14609409 or 16716577. OLE color: 16716577.
HSL color Cylindrical-coordinate representation of color #2113FF: hue angle of 243.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2113FF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 19 | 255 | - |
| CMYK | 0.87 | 0.93 | 0 | 0 |
| HSL | 243.56º | 1% | 0.54% | - |
| HSV(B) | 243.56º | 0.93% | 1% | - |
| XYZ | 18.91 | 8.01 | 95.16 | - |
| YUV | 50.09 | 243.64 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 255 | 0.87 | 0.93 | 0 | 0 | 243.56 | 1 | 0.54 |
| Hex | 21 | 13 | FF | 57 | 5D | 0 | 0 | F4 | 64 | 36 |
| Octal | 41 | 23 | 377 | 127 | 135 | 0 | 0 | 364 | 144 | 66 |
| Binary | 100001 | 10011 | 11111111 | 1010111 | 1011101 | 0 | 0 | 11110100 | 1100100 | 110110 |
Color Harmonies of #2113FF
Complementary color
Monochromatic Colors of #2113FF
Black with #2113FF
Text Example
Text Example
White with #2113FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113FF; }
p { color: rgb(33,19,255); }
H1.HeaderClassName
{
color: #2113FF;
}
.AnyTagClassName
{
color: #2113FF;
}
</style>
background-color css
<style>
a { background-color: #2113FF; }
a { background-color: rgb(33,19,255); }
div.DivClassName
{
background-color: #2113FF;
}
.BgClassName
{
background-color: #2113FF;
}
</style>
border-color css
<style>
span { border-color: #2113FF; }
span { border-color: rgb(33,19,255); }
td.TdClassName
{
border-color: #2113FF;
}
.TagClassName
{
border-color: #2113FF;
}
</style>