Shades of Blue #2006FA
Tints of Blue #2006FA
RGB
CMYK
RGB Variations
Color information
#2006FA (or 0x2006FA) is known color: Blue. HEX triplet: 20, 06 and FA. RGB value is (32,6,250). Sum of RGB (Red+Green+Blue) = 32+6+250=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #2006FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2006FA is #DFF905. Grayscale: #282828. Windows color (decimal): -14678278 or 16385568. OLE color: 16385568.
HSL color Cylindrical-coordinate representation of color #2006FA: hue angle of 246.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2006FA is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 6 | 250 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.02 |
| HSL | 246.39º | 0.96% | 0.5% | - |
| HSV(B) | 246.39º | 0.98% | 0.98% | - |
| XYZ | 17.92 | 7.34 | 90.91 | - |
| YUV | 41.59 | 245.61 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 250 | 0.87 | 0.98 | 0 | 0.02 | 246.39 | 0.96 | 0.5 |
| Hex | 20 | 6 | FA | 57 | 62 | 0 | 2 | F6 | 60 | 32 |
| Octal | 40 | 6 | 372 | 127 | 142 | 0 | 2 | 366 | 140 | 62 |
| Binary | 100000 | 110 | 11111010 | 1010111 | 1100010 | 0 | 10 | 11110110 | 1100000 | 110010 |
Color Harmonies of #2006FA
Complementary color
Monochromatic Colors of #2006FA
Black with #2006FA
Text Example
Text Example
White with #2006FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006FA; }
p { color: rgb(32,6,250); }
H1.HeaderClassName
{
color: #2006FA;
}
.AnyTagClassName
{
color: #2006FA;
}
</style>
background-color css
<style>
a { background-color: #2006FA; }
a { background-color: rgb(32,6,250); }
div.DivClassName
{
background-color: #2006FA;
}
.BgClassName
{
background-color: #2006FA;
}
</style>
border-color css
<style>
span { border-color: #2006FA; }
span { border-color: rgb(32,6,250); }
td.TdClassName
{
border-color: #2006FA;
}
.TagClassName
{
border-color: #2006FA;
}
</style>