Shades of Medium Blue #0208DF
Tints of Medium Blue #0208DF
RGB
CMYK
RGB Variations
Color information
#0208DF (or 0x0208DF) is known color: Medium Blue. HEX triplet: 02, 08 and DF. RGB value is (2,8,223). Sum of RGB (Red+Green+Blue) = 2+8+223=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 223 (87.5% from 255 or 95.71% from 233); Max value from RGB is 223 - color contains mainly: blue. Hex color #0208DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0208DF is #FDF720. Grayscale: #1D1D1D. Windows color (decimal): -16643873 or 14616578. OLE color: 14616578.
HSL color Cylindrical-coordinate representation of color #0208DF: hue angle of 238.37º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0208DF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 8 | 223 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.13 |
| HSL | 238.37º | 0.98% | 0.44% | - |
| HSV(B) | 238.37º | 0.99% | 0.87% | - |
| XYZ | 13.43 | 5.51 | 70.17 | - |
| YUV | 30.72 | 236.51 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 223 | 0.99 | 0.96 | 0 | 0.13 | 238.37 | 0.98 | 0.44 |
| Hex | 2 | 8 | DF | 63 | 60 | 0 | D | EE | 62 | 2C |
| Octal | 2 | 10 | 337 | 143 | 140 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1000 | 11011111 | 1100011 | 1100000 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #0208DF
Complementary color
Monochromatic Colors of #0208DF
Black with #0208DF
Text Example
Text Example
White with #0208DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0208DF; }
p { color: rgb(2,8,223); }
H1.HeaderClassName
{
color: #0208DF;
}
.AnyTagClassName
{
color: #0208DF;
}
</style>
background-color css
<style>
a { background-color: #0208DF; }
a { background-color: rgb(2,8,223); }
div.DivClassName
{
background-color: #0208DF;
}
.BgClassName
{
background-color: #0208DF;
}
</style>
border-color css
<style>
span { border-color: #0208DF; }
span { border-color: rgb(2,8,223); }
td.TdClassName
{
border-color: #0208DF;
}
.TagClassName
{
border-color: #0208DF;
}
</style>