Shades of Blue #200FFF
Tints of Blue #200FFF
RGB
CMYK
RGB Variations
Color information
#200FFF (or 0x200FFF) is known color: Blue. HEX triplet: 20, 0F and FF. RGB value is (32,15,255). Sum of RGB (Red+Green+Blue) = 32+15+255=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #200FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200FFF is #DFF000. Grayscale: #2E2E2E. Windows color (decimal): -14675969 or 16715552. OLE color: 16715552.
HSL color Cylindrical-coordinate representation of color #200FFF: hue angle of 244.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200FFF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 15 | 255 | - |
| CMYK | 0.87 | 0.94 | 0 | 0 |
| HSL | 244.25º | 1% | 0.53% | - |
| HSV(B) | 244.25º | 0.94% | 1% | - |
| XYZ | 18.82 | 7.87 | 95.13 | - |
| YUV | 47.44 | 245.13 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 255 | 0.87 | 0.94 | 0 | 0 | 244.25 | 1 | 0.53 |
| Hex | 20 | F | FF | 57 | 5E | 0 | 0 | F4 | 64 | 35 |
| Octal | 40 | 17 | 377 | 127 | 136 | 0 | 0 | 364 | 144 | 65 |
| Binary | 100000 | 1111 | 11111111 | 1010111 | 1011110 | 0 | 0 | 11110100 | 1100100 | 110101 |
Color Harmonies of #200FFF
Complementary color
Monochromatic Colors of #200FFF
Black with #200FFF
Text Example
Text Example
White with #200FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FFF; }
p { color: rgb(32,15,255); }
H1.HeaderClassName
{
color: #200FFF;
}
.AnyTagClassName
{
color: #200FFF;
}
</style>
background-color css
<style>
a { background-color: #200FFF; }
a { background-color: rgb(32,15,255); }
div.DivClassName
{
background-color: #200FFF;
}
.BgClassName
{
background-color: #200FFF;
}
</style>
border-color css
<style>
span { border-color: #200FFF; }
span { border-color: rgb(32,15,255); }
td.TdClassName
{
border-color: #200FFF;
}
.TagClassName
{
border-color: #200FFF;
}
</style>