Shades of Blue #2008FB
Tints of Blue #2008FB
RGB
CMYK
RGB Variations
Color information
#2008FB (or 0x2008FB) is known color: Blue. HEX triplet: 20, 08 and FB. RGB value is (32,8,251). Sum of RGB (Red+Green+Blue) = 32+8+251=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 251 (98.44% from 255 or 86.25% from 291); Max value from RGB is 251 - color contains mainly: blue. Hex color #2008FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2008FB is #DFF704. Grayscale: #292929. Windows color (decimal): -14677765 or 16451616. OLE color: 16451616.
HSL color Cylindrical-coordinate representation of color #2008FB: hue angle of 245.93º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2008FB is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 8 | 251 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.02 |
| HSL | 245.93º | 0.97% | 0.51% | - |
| HSV(B) | 245.93º | 0.97% | 0.98% | - |
| XYZ | 18.1 | 7.45 | 91.75 | - |
| YUV | 42.88 | 245.45 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 251 | 0.87 | 0.97 | 0 | 0.02 | 245.93 | 0.97 | 0.51 |
| Hex | 20 | 8 | FB | 57 | 61 | 0 | 2 | F6 | 61 | 33 |
| Octal | 40 | 10 | 373 | 127 | 141 | 0 | 2 | 366 | 141 | 63 |
| Binary | 100000 | 1000 | 11111011 | 1010111 | 1100001 | 0 | 10 | 11110110 | 1100001 | 110011 |
Color Harmonies of #2008FB
Complementary color
Monochromatic Colors of #2008FB
Black with #2008FB
Text Example
Text Example
White with #2008FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008FB; }
p { color: rgb(32,8,251); }
H1.HeaderClassName
{
color: #2008FB;
}
.AnyTagClassName
{
color: #2008FB;
}
</style>
background-color css
<style>
a { background-color: #2008FB; }
a { background-color: rgb(32,8,251); }
div.DivClassName
{
background-color: #2008FB;
}
.BgClassName
{
background-color: #2008FB;
}
</style>
border-color css
<style>
span { border-color: #2008FB; }
span { border-color: rgb(32,8,251); }
td.TdClassName
{
border-color: #2008FB;
}
.TagClassName
{
border-color: #2008FB;
}
</style>