Shades of Blue #2008EB
Tints of Blue #2008EB
RGB
CMYK
RGB Variations
Color information
#2008EB (or 0x2008EB) is known color: Blue. HEX triplet: 20, 08 and EB. RGB value is (32,8,235). Sum of RGB (Red+Green+Blue) = 32+8+235=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #2008EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2008EB is #DFF714. Grayscale: #282828. Windows color (decimal): -14677781 or 15403040. OLE color: 15403040.
HSL color Cylindrical-coordinate representation of color #2008EB: hue angle of 246.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2008EB is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 8 | 235 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.08 |
| HSL | 246.34º | 0.93% | 0.48% | - |
| HSV(B) | 246.34º | 0.97% | 0.92% | - |
| XYZ | 15.68 | 6.48 | 79.02 | - |
| YUV | 41.05 | 237.45 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 235 | 0.86 | 0.97 | 0 | 0.08 | 246.34 | 0.93 | 0.48 |
| Hex | 20 | 8 | EB | 56 | 61 | 0 | 8 | F6 | 5D | 30 |
| Octal | 40 | 10 | 353 | 126 | 141 | 0 | 10 | 366 | 135 | 60 |
| Binary | 100000 | 1000 | 11101011 | 1010110 | 1100001 | 0 | 1000 | 11110110 | 1011101 | 110000 |
Color Harmonies of #2008EB
Complementary color
Monochromatic Colors of #2008EB
Black with #2008EB
Text Example
Text Example
White with #2008EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008EB; }
p { color: rgb(32,8,235); }
H1.HeaderClassName
{
color: #2008EB;
}
.AnyTagClassName
{
color: #2008EB;
}
</style>
background-color css
<style>
a { background-color: #2008EB; }
a { background-color: rgb(32,8,235); }
div.DivClassName
{
background-color: #2008EB;
}
.BgClassName
{
background-color: #2008EB;
}
</style>
border-color css
<style>
span { border-color: #2008EB; }
span { border-color: rgb(32,8,235); }
td.TdClassName
{
border-color: #2008EB;
}
.TagClassName
{
border-color: #2008EB;
}
</style>