Shades of Blue #200FEB
Tints of Blue #200FEB
RGB
CMYK
RGB Variations
Color information
#200FEB (or 0x200FEB) is known color: Blue. HEX triplet: 20, 0F and EB. RGB value is (32,15,235). Sum of RGB (Red+Green+Blue) = 32+15+235=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 235 (92.19% from 255 or 83.33% from 282); Max value from RGB is 235 - color contains mainly: blue. Hex color #200FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200FEB is #DFF014. Grayscale: #2C2C2C. Windows color (decimal): -14675989 or 15404832. OLE color: 15404832.
HSL color Cylindrical-coordinate representation of color #200FEB: hue angle of 244.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200FEB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 15 | 235 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.08 |
| HSL | 244.64º | 0.88% | 0.49% | - |
| HSV(B) | 244.64º | 0.94% | 0.92% | - |
| XYZ | 15.76 | 6.65 | 79.05 | - |
| YUV | 45.16 | 235.13 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 235 | 0.86 | 0.94 | 0 | 0.08 | 244.64 | 0.88 | 0.49 |
| Hex | 20 | F | EB | 56 | 5E | 0 | 8 | F5 | 58 | 31 |
| Octal | 40 | 17 | 353 | 126 | 136 | 0 | 10 | 365 | 130 | 61 |
| Binary | 100000 | 1111 | 11101011 | 1010110 | 1011110 | 0 | 1000 | 11110101 | 1011000 | 110001 |
Color Harmonies of #200FEB
Complementary color
Monochromatic Colors of #200FEB
Black with #200FEB
Text Example
Text Example
White with #200FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FEB; }
p { color: rgb(32,15,235); }
H1.HeaderClassName
{
color: #200FEB;
}
.AnyTagClassName
{
color: #200FEB;
}
</style>
background-color css
<style>
a { background-color: #200FEB; }
a { background-color: rgb(32,15,235); }
div.DivClassName
{
background-color: #200FEB;
}
.BgClassName
{
background-color: #200FEB;
}
</style>
border-color css
<style>
span { border-color: #200FEB; }
span { border-color: rgb(32,15,235); }
td.TdClassName
{
border-color: #200FEB;
}
.TagClassName
{
border-color: #200FEB;
}
</style>