Shades of Blue #200FFD
Tints of Blue #200FFD
RGB
CMYK
RGB Variations
Color information
#200FFD (or 0x200FFD) is known color: Blue. HEX triplet: 20, 0F and FD. RGB value is (32,15,253). Sum of RGB (Red+Green+Blue) = 32+15+253=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #200FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200FFD is #DFF002. Grayscale: #2E2E2E. Windows color (decimal): -14675971 or 16584480. OLE color: 16584480.
HSL color Cylindrical-coordinate representation of color #200FFD: hue angle of 244.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200FFD is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 15 | 253 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.01 |
| HSL | 244.29º | 0.98% | 0.53% | - |
| HSV(B) | 244.29º | 0.94% | 0.99% | - |
| XYZ | 18.5 | 7.74 | 93.45 | - |
| YUV | 47.22 | 244.13 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 253 | 0.87 | 0.94 | 0 | 0.01 | 244.29 | 0.98 | 0.53 |
| Hex | 20 | F | FD | 57 | 5E | 0 | 1 | F4 | 62 | 35 |
| Octal | 40 | 17 | 375 | 127 | 136 | 0 | 1 | 364 | 142 | 65 |
| Binary | 100000 | 1111 | 11111101 | 1010111 | 1011110 | 0 | 1 | 11110100 | 1100010 | 110101 |
Color Harmonies of #200FFD
Complementary color
Monochromatic Colors of #200FFD
Black with #200FFD
Text Example
Text Example
White with #200FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FFD; }
p { color: rgb(32,15,253); }
H1.HeaderClassName
{
color: #200FFD;
}
.AnyTagClassName
{
color: #200FFD;
}
</style>
background-color css
<style>
a { background-color: #200FFD; }
a { background-color: rgb(32,15,253); }
div.DivClassName
{
background-color: #200FFD;
}
.BgClassName
{
background-color: #200FFD;
}
</style>
border-color css
<style>
span { border-color: #200FFD; }
span { border-color: rgb(32,15,253); }
td.TdClassName
{
border-color: #200FFD;
}
.TagClassName
{
border-color: #200FFD;
}
</style>