Shades of Blue #2013FF
Tints of Blue #2013FF
RGB
CMYK
RGB Variations
Color information
#2013FF (or 0x2013FF) is known color: Blue. HEX triplet: 20, 13 and FF. RGB value is (32,19,255). Sum of RGB (Red+Green+Blue) = 32+19+255=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #2013FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2013FF is #DFEC00. Grayscale: #303030. Windows color (decimal): -14674945 or 16716576. OLE color: 16716576.
HSL color Cylindrical-coordinate representation of color #2013FF: hue angle of 243.31º 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 #2013FF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 19 | 255 | - |
| CMYK | 0.87 | 0.93 | 0 | 0 |
| HSL | 243.31º | 1% | 0.54% | - |
| HSV(B) | 243.31º | 0.93% | 1% | - |
| XYZ | 18.88 | 7.99 | 95.16 | - |
| YUV | 49.79 | 243.81 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 255 | 0.87 | 0.93 | 0 | 0 | 243.31 | 1 | 0.54 |
| Hex | 20 | 13 | FF | 57 | 5D | 0 | 0 | F3 | 64 | 36 |
| Octal | 40 | 23 | 377 | 127 | 135 | 0 | 0 | 363 | 144 | 66 |
| Binary | 100000 | 10011 | 11111111 | 1010111 | 1011101 | 0 | 0 | 11110011 | 1100100 | 110110 |
Color Harmonies of #2013FF
Complementary color
Monochromatic Colors of #2013FF
Black with #2013FF
Text Example
Text Example
White with #2013FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013FF; }
p { color: rgb(32,19,255); }
H1.HeaderClassName
{
color: #2013FF;
}
.AnyTagClassName
{
color: #2013FF;
}
</style>
background-color css
<style>
a { background-color: #2013FF; }
a { background-color: rgb(32,19,255); }
div.DivClassName
{
background-color: #2013FF;
}
.BgClassName
{
background-color: #2013FF;
}
</style>
border-color css
<style>
span { border-color: #2013FF; }
span { border-color: rgb(32,19,255); }
td.TdClassName
{
border-color: #2013FF;
}
.TagClassName
{
border-color: #2013FF;
}
</style>