Shades of Blue #200EF2
Tints of Blue #200EF2
RGB
CMYK
RGB Variations
Color information
#200EF2 (or 0x200EF2) is known color: Blue. HEX triplet: 20, 0E and F2. RGB value is (32,14,242). Sum of RGB (Red+Green+Blue) = 32+14+242=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 242 (94.92% from 255 or 84.03% from 288); Max value from RGB is 242 - color contains mainly: blue. Hex color #200EF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200EF2 is #DFF10D. Grayscale: #2C2C2C. Windows color (decimal): -14676238 or 15863328. OLE color: 15863328.
HSL color Cylindrical-coordinate representation of color #200EF2: hue angle of 244.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EF2 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 14 | 242 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.05 |
| HSL | 244.74º | 0.9% | 0.5% | - |
| HSV(B) | 244.74º | 0.94% | 0.95% | - |
| XYZ | 16.78 | 7.03 | 84.48 | - |
| YUV | 45.37 | 238.96 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 242 | 0.87 | 0.94 | 0 | 0.05 | 244.74 | 0.9 | 0.5 |
| Hex | 20 | E | F2 | 57 | 5E | 0 | 5 | F5 | 5A | 32 |
| Octal | 40 | 16 | 362 | 127 | 136 | 0 | 5 | 365 | 132 | 62 |
| Binary | 100000 | 1110 | 11110010 | 1010111 | 1011110 | 0 | 101 | 11110101 | 1011010 | 110010 |
Color Harmonies of #200EF2
Complementary color
Monochromatic Colors of #200EF2
Black with #200EF2
Text Example
Text Example
White with #200EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EF2; }
p { color: rgb(32,14,242); }
H1.HeaderClassName
{
color: #200EF2;
}
.AnyTagClassName
{
color: #200EF2;
}
</style>
background-color css
<style>
a { background-color: #200EF2; }
a { background-color: rgb(32,14,242); }
div.DivClassName
{
background-color: #200EF2;
}
.BgClassName
{
background-color: #200EF2;
}
</style>
border-color css
<style>
span { border-color: #200EF2; }
span { border-color: rgb(32,14,242); }
td.TdClassName
{
border-color: #200EF2;
}
.TagClassName
{
border-color: #200EF2;
}
</style>