Shades of Blue #2011F8
Tints of Blue #2011F8
RGB
CMYK
RGB Variations
Color information
#2011F8 (or 0x2011F8) is known color: Blue. HEX triplet: 20, 11 and F8. RGB value is (32,17,248). Sum of RGB (Red+Green+Blue) = 32+17+248=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 248 (97.27% from 255 or 83.50% from 297); Max value from RGB is 248 - color contains mainly: blue. Hex color #2011F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011F8 is #DFEE07. Grayscale: #2E2E2E. Windows color (decimal): -14675464 or 16257312. OLE color: 16257312.
HSL color Cylindrical-coordinate representation of color #2011F8: hue angle of 243.9º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011F8 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 17 | 248 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.03 |
| HSL | 243.9º | 0.94% | 0.52% | - |
| HSV(B) | 243.9º | 0.93% | 0.97% | - |
| XYZ | 17.74 | 7.49 | 89.32 | - |
| YUV | 47.82 | 240.97 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 248 | 0.87 | 0.93 | 0 | 0.03 | 243.9 | 0.94 | 0.52 |
| Hex | 20 | 11 | F8 | 57 | 5D | 0 | 3 | F4 | 5E | 34 |
| Octal | 40 | 21 | 370 | 127 | 135 | 0 | 3 | 364 | 136 | 64 |
| Binary | 100000 | 10001 | 11111000 | 1010111 | 1011101 | 0 | 11 | 11110100 | 1011110 | 110100 |
Color Harmonies of #2011F8
Complementary color
Monochromatic Colors of #2011F8
Black with #2011F8
Text Example
Text Example
White with #2011F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011F8; }
p { color: rgb(32,17,248); }
H1.HeaderClassName
{
color: #2011F8;
}
.AnyTagClassName
{
color: #2011F8;
}
</style>
background-color css
<style>
a { background-color: #2011F8; }
a { background-color: rgb(32,17,248); }
div.DivClassName
{
background-color: #2011F8;
}
.BgClassName
{
background-color: #2011F8;
}
</style>
border-color css
<style>
span { border-color: #2011F8; }
span { border-color: rgb(32,17,248); }
td.TdClassName
{
border-color: #2011F8;
}
.TagClassName
{
border-color: #2011F8;
}
</style>