Shades of Blue #200FFE
Tints of Blue #200FFE
RGB
CMYK
RGB Variations
Color information
#200FFE (or 0x200FFE) is known color: Blue. HEX triplet: 20, 0F and FE. RGB value is (32,15,254). Sum of RGB (Red+Green+Blue) = 32+15+254=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #200FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200FFE is #DFF001. Grayscale: #2E2E2E. Windows color (decimal): -14675970 or 16650016. OLE color: 16650016.
HSL color Cylindrical-coordinate representation of color #200FFE: hue angle of 244.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200FFE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 15 | 254 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.00 |
| HSL | 244.27º | 0.99% | 0.53% | - |
| HSV(B) | 244.27º | 0.94% | 1% | - |
| XYZ | 18.66 | 7.8 | 94.29 | - |
| YUV | 47.33 | 244.63 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 254 | 0.87 | 0.94 | 0 | 0.00 | 244.27 | 0.99 | 0.53 |
| Hex | 20 | F | FE | 57 | 5E | 0 | 0 | F4 | 63 | 35 |
| Octal | 40 | 17 | 376 | 127 | 136 | 0 | 0 | 364 | 143 | 65 |
| Binary | 100000 | 1111 | 11111110 | 1010111 | 1011110 | 0 | 0 | 11110100 | 1100011 | 110101 |
Color Harmonies of #200FFE
Complementary color
Monochromatic Colors of #200FFE
Black with #200FFE
Text Example
Text Example
White with #200FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FFE; }
p { color: rgb(32,15,254); }
H1.HeaderClassName
{
color: #200FFE;
}
.AnyTagClassName
{
color: #200FFE;
}
</style>
background-color css
<style>
a { background-color: #200FFE; }
a { background-color: rgb(32,15,254); }
div.DivClassName
{
background-color: #200FFE;
}
.BgClassName
{
background-color: #200FFE;
}
</style>
border-color css
<style>
span { border-color: #200FFE; }
span { border-color: rgb(32,15,254); }
td.TdClassName
{
border-color: #200FFE;
}
.TagClassName
{
border-color: #200FFE;
}
</style>