Shades of Medium Blue #2008DF
Tints of Medium Blue #2008DF
RGB
CMYK
RGB Variations
Color information
#2008DF (or 0x2008DF) is known color: Medium Blue. HEX triplet: 20, 08 and DF. RGB value is (32,8,223). Sum of RGB (Red+Green+Blue) = 32+8+223=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #2008DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008DF is #DFF720. Grayscale: #262626. Windows color (decimal): -14677793 or 14616608. OLE color: 14616608.
HSL color Cylindrical-coordinate representation of color #2008DF: hue angle of 246.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008DF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 8 | 223 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.13 |
| HSL | 246.7º | 0.93% | 0.45% | - |
| HSV(B) | 246.7º | 0.96% | 0.87% | - |
| XYZ | 14 | 5.81 | 70.2 | - |
| YUV | 39.69 | 231.45 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 223 | 0.86 | 0.96 | 0 | 0.13 | 246.7 | 0.93 | 0.45 |
| Hex | 20 | 8 | DF | 56 | 60 | 0 | D | F7 | 5D | 2D |
| Octal | 40 | 10 | 337 | 126 | 140 | 0 | 15 | 367 | 135 | 55 |
| Binary | 100000 | 1000 | 11011111 | 1010110 | 1100000 | 0 | 1101 | 11110111 | 1011101 | 101101 |
Color Harmonies of #2008DF
Complementary color
Monochromatic Colors of #2008DF
Black with #2008DF
Text Example
Text Example
White with #2008DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008DF; }
p { color: rgb(32,8,223); }
H1.HeaderClassName
{
color: #2008DF;
}
.AnyTagClassName
{
color: #2008DF;
}
</style>
background-color css
<style>
a { background-color: #2008DF; }
a { background-color: rgb(32,8,223); }
div.DivClassName
{
background-color: #2008DF;
}
.BgClassName
{
background-color: #2008DF;
}
</style>
border-color css
<style>
span { border-color: #2008DF; }
span { border-color: rgb(32,8,223); }
td.TdClassName
{
border-color: #2008DF;
}
.TagClassName
{
border-color: #2008DF;
}
</style>