Shades of Blue #2013FC
Tints of Blue #2013FC
RGB
CMYK
RGB Variations
Color information
#2013FC (or 0x2013FC) is known color: Blue. HEX triplet: 20, 13 and FC. RGB value is (32,19,252). Sum of RGB (Red+Green+Blue) = 32+19+252=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 252 (98.83% from 255 or 83.17% from 303); Max value from RGB is 252 - color contains mainly: blue. Hex color #2013FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2013FC is #DFEC03. Grayscale: #303030. Windows color (decimal): -14674948 or 16519968. OLE color: 16519968.
HSL color Cylindrical-coordinate representation of color #2013FC: hue angle of 243.35º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2013FC is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 19 | 252 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.01 |
| HSL | 243.35º | 0.97% | 0.53% | - |
| HSV(B) | 243.35º | 0.92% | 0.99% | - |
| XYZ | 18.4 | 7.8 | 92.63 | - |
| YUV | 49.45 | 242.31 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 252 | 0.87 | 0.92 | 0 | 0.01 | 243.35 | 0.97 | 0.53 |
| Hex | 20 | 13 | FC | 57 | 5C | 0 | 1 | F3 | 61 | 35 |
| Octal | 40 | 23 | 374 | 127 | 134 | 0 | 1 | 363 | 141 | 65 |
| Binary | 100000 | 10011 | 11111100 | 1010111 | 1011100 | 0 | 1 | 11110011 | 1100001 | 110101 |
Color Harmonies of #2013FC
Complementary color
Monochromatic Colors of #2013FC
Black with #2013FC
Text Example
Text Example
White with #2013FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013FC; }
p { color: rgb(32,19,252); }
H1.HeaderClassName
{
color: #2013FC;
}
.AnyTagClassName
{
color: #2013FC;
}
</style>
background-color css
<style>
a { background-color: #2013FC; }
a { background-color: rgb(32,19,252); }
div.DivClassName
{
background-color: #2013FC;
}
.BgClassName
{
background-color: #2013FC;
}
</style>
border-color css
<style>
span { border-color: #2013FC; }
span { border-color: rgb(32,19,252); }
td.TdClassName
{
border-color: #2013FC;
}
.TagClassName
{
border-color: #2013FC;
}
</style>