Shades of Blue #200CFB
Tints of Blue #200CFB
RGB
CMYK
RGB Variations
Color information
#200CFB (or 0x200CFB) is known color: Blue. HEX triplet: 20, 0C and FB. RGB value is (32,12,251). Sum of RGB (Red+Green+Blue) = 32+12+251=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #200CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200CFB is #DFF304. Grayscale: #2C2C2C. Windows color (decimal): -14676741 or 16452640. OLE color: 16452640.
HSL color Cylindrical-coordinate representation of color #200CFB: hue angle of 245.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CFB is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 12 | 251 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.02 |
| HSL | 245.02º | 0.97% | 0.52% | - |
| HSV(B) | 245.02º | 0.95% | 0.98% | - |
| XYZ | 18.14 | 7.54 | 91.77 | - |
| YUV | 45.23 | 244.13 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 251 | 0.87 | 0.95 | 0 | 0.02 | 245.02 | 0.97 | 0.52 |
| Hex | 20 | C | FB | 57 | 5F | 0 | 2 | F5 | 61 | 34 |
| Octal | 40 | 14 | 373 | 127 | 137 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100000 | 1100 | 11111011 | 1010111 | 1011111 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #200CFB
Complementary color
Monochromatic Colors of #200CFB
Black with #200CFB
Text Example
Text Example
White with #200CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CFB; }
p { color: rgb(32,12,251); }
H1.HeaderClassName
{
color: #200CFB;
}
.AnyTagClassName
{
color: #200CFB;
}
</style>
background-color css
<style>
a { background-color: #200CFB; }
a { background-color: rgb(32,12,251); }
div.DivClassName
{
background-color: #200CFB;
}
.BgClassName
{
background-color: #200CFB;
}
</style>
border-color css
<style>
span { border-color: #200CFB; }
span { border-color: rgb(32,12,251); }
td.TdClassName
{
border-color: #200CFB;
}
.TagClassName
{
border-color: #200CFB;
}
</style>