Shades of Blue #2006FD
Tints of Blue #2006FD
RGB
CMYK
RGB Variations
Color information
#2006FD (or 0x2006FD) is known color: Blue. HEX triplet: 20, 06 and FD. RGB value is (32,6,253). Sum of RGB (Red+Green+Blue) = 32+6+253=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #2006FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2006FD is #DFF902. Grayscale: #282828. Windows color (decimal): -14678275 or 16582176. OLE color: 16582176.
HSL color Cylindrical-coordinate representation of color #2006FD: hue angle of 246.32º 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 #2006FD is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 6 | 253 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.01 |
| HSL | 246.32º | 0.98% | 0.51% | - |
| HSV(B) | 246.32º | 0.98% | 0.99% | - |
| XYZ | 18.39 | 7.53 | 93.41 | - |
| YUV | 41.93 | 247.11 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 253 | 0.87 | 0.98 | 0 | 0.01 | 246.32 | 0.98 | 0.51 |
| Hex | 20 | 6 | FD | 57 | 62 | 0 | 1 | F6 | 62 | 33 |
| Octal | 40 | 6 | 375 | 127 | 142 | 0 | 1 | 366 | 142 | 63 |
| Binary | 100000 | 110 | 11111101 | 1010111 | 1100010 | 0 | 1 | 11110110 | 1100010 | 110011 |
Color Harmonies of #2006FD
Complementary color
Monochromatic Colors of #2006FD
Black with #2006FD
Text Example
Text Example
White with #2006FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006FD; }
p { color: rgb(32,6,253); }
H1.HeaderClassName
{
color: #2006FD;
}
.AnyTagClassName
{
color: #2006FD;
}
</style>
background-color css
<style>
a { background-color: #2006FD; }
a { background-color: rgb(32,6,253); }
div.DivClassName
{
background-color: #2006FD;
}
.BgClassName
{
background-color: #2006FD;
}
</style>
border-color css
<style>
span { border-color: #2006FD; }
span { border-color: rgb(32,6,253); }
td.TdClassName
{
border-color: #2006FD;
}
.TagClassName
{
border-color: #2006FD;
}
</style>