Shades of Blue #0208ED
Tints of Blue #0208ED
RGB
CMYK
RGB Variations
Color information
#0208ED (or 0x0208ED) is known color: Blue. HEX triplet: 02, 08 and ED. RGB value is (2,8,237). Sum of RGB (Red+Green+Blue) = 2+8+237=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 237 (92.97% from 255 or 95.95% from 247); Max value from RGB is 237 - color contains mainly: blue. Hex color #0208ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0208ED is #FDF712. Grayscale: #1F1F1F. Windows color (decimal): -16643859 or 15534082. OLE color: 15534082.
HSL color Cylindrical-coordinate representation of color #0208ED: hue angle of 238.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0208ED is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 8 | 237 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.07 |
| HSL | 238.47º | 0.98% | 0.47% | - |
| HSV(B) | 238.47º | 0.99% | 0.93% | - |
| XYZ | 15.4 | 6.3 | 80.53 | - |
| YUV | 32.31 | 243.51 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 237 | 0.99 | 0.97 | 0 | 0.07 | 238.47 | 0.98 | 0.47 |
| Hex | 2 | 8 | ED | 63 | 61 | 0 | 7 | EE | 62 | 2F |
| Octal | 2 | 10 | 355 | 143 | 141 | 0 | 7 | 356 | 142 | 57 |
| Binary | 10 | 1000 | 11101101 | 1100011 | 1100001 | 0 | 111 | 11101110 | 1100010 | 101111 |
Color Harmonies of #0208ED
Complementary color
Monochromatic Colors of #0208ED
Black with #0208ED
Text Example
Text Example
White with #0208ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0208ED; }
p { color: rgb(2,8,237); }
H1.HeaderClassName
{
color: #0208ED;
}
.AnyTagClassName
{
color: #0208ED;
}
</style>
background-color css
<style>
a { background-color: #0208ED; }
a { background-color: rgb(2,8,237); }
div.DivClassName
{
background-color: #0208ED;
}
.BgClassName
{
background-color: #0208ED;
}
</style>
border-color css
<style>
span { border-color: #0208ED; }
span { border-color: rgb(2,8,237); }
td.TdClassName
{
border-color: #0208ED;
}
.TagClassName
{
border-color: #0208ED;
}
</style>