Shades of Blue #2006FC
Tints of Blue #2006FC
RGB
CMYK
RGB Variations
Color information
#2006FC (or 0x2006FC) is known color: Blue. HEX triplet: 20, 06 and FC. RGB value is (32,6,252). Sum of RGB (Red+Green+Blue) = 32+6+252=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 252 (98.83% from 255 or 86.90% from 290); Max value from RGB is 252 - color contains mainly: blue. Hex color #2006FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2006FC is #DFF903. Grayscale: #282828. Windows color (decimal): -14678276 or 16516640. OLE color: 16516640.
HSL color Cylindrical-coordinate representation of color #2006FC: hue angle of 246.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2006FC is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 6 | 252 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.01 |
| HSL | 246.34º | 0.98% | 0.51% | - |
| HSV(B) | 246.34º | 0.98% | 0.99% | - |
| XYZ | 18.23 | 7.47 | 92.58 | - |
| YUV | 41.82 | 246.61 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 252 | 0.87 | 0.98 | 0 | 0.01 | 246.34 | 0.98 | 0.51 |
| Hex | 20 | 6 | FC | 57 | 62 | 0 | 1 | F6 | 62 | 33 |
| Octal | 40 | 6 | 374 | 127 | 142 | 0 | 1 | 366 | 142 | 63 |
| Binary | 100000 | 110 | 11111100 | 1010111 | 1100010 | 0 | 1 | 11110110 | 1100010 | 110011 |
Color Harmonies of #2006FC
Complementary color
Monochromatic Colors of #2006FC
Black with #2006FC
Text Example
Text Example
White with #2006FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006FC; }
p { color: rgb(32,6,252); }
H1.HeaderClassName
{
color: #2006FC;
}
.AnyTagClassName
{
color: #2006FC;
}
</style>
background-color css
<style>
a { background-color: #2006FC; }
a { background-color: rgb(32,6,252); }
div.DivClassName
{
background-color: #2006FC;
}
.BgClassName
{
background-color: #2006FC;
}
</style>
border-color css
<style>
span { border-color: #2006FC; }
span { border-color: rgb(32,6,252); }
td.TdClassName
{
border-color: #2006FC;
}
.TagClassName
{
border-color: #2006FC;
}
</style>