Shades of Blue #2012F8
Tints of Blue #2012F8
RGB
CMYK
RGB Variations
Color information
#2012F8 (or 0x2012F8) is known color: Blue. HEX triplet: 20, 12 and F8. RGB value is (32,18,248). Sum of RGB (Red+Green+Blue) = 32+18+248=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 248 (97.27% from 255 or 83.22% from 298); Max value from RGB is 248 - color contains mainly: blue. Hex color #2012F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2012F8 is #DFED07. Grayscale: #2F2F2F. Windows color (decimal): -14675208 or 16257568. OLE color: 16257568.
HSL color Cylindrical-coordinate representation of color #2012F8: hue angle of 243.65º 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 #2012F8 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 18 | 248 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.03 |
| HSL | 243.65º | 0.94% | 0.52% | - |
| HSV(B) | 243.65º | 0.93% | 0.97% | - |
| XYZ | 17.76 | 7.52 | 89.32 | - |
| YUV | 48.41 | 240.64 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 248 | 0.87 | 0.93 | 0 | 0.03 | 243.65 | 0.94 | 0.52 |
| Hex | 20 | 12 | F8 | 57 | 5D | 0 | 3 | F4 | 5E | 34 |
| Octal | 40 | 22 | 370 | 127 | 135 | 0 | 3 | 364 | 136 | 64 |
| Binary | 100000 | 10010 | 11111000 | 1010111 | 1011101 | 0 | 11 | 11110100 | 1011110 | 110100 |
Color Harmonies of #2012F8
Complementary color
Monochromatic Colors of #2012F8
Black with #2012F8
Text Example
Text Example
White with #2012F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012F8; }
p { color: rgb(32,18,248); }
H1.HeaderClassName
{
color: #2012F8;
}
.AnyTagClassName
{
color: #2012F8;
}
</style>
background-color css
<style>
a { background-color: #2012F8; }
a { background-color: rgb(32,18,248); }
div.DivClassName
{
background-color: #2012F8;
}
.BgClassName
{
background-color: #2012F8;
}
</style>
border-color css
<style>
span { border-color: #2012F8; }
span { border-color: rgb(32,18,248); }
td.TdClassName
{
border-color: #2012F8;
}
.TagClassName
{
border-color: #2012F8;
}
</style>