Shades of Blue #200BF2
Tints of Blue #200BF2
RGB
CMYK
RGB Variations
Color information
#200BF2 (or 0x200BF2) is known color: Blue. HEX triplet: 20, 0B and F2. RGB value is (32,11,242). Sum of RGB (Red+Green+Blue) = 32+11+242=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 242 (94.92% from 255 or 84.91% from 285); Max value from RGB is 242 - color contains mainly: blue. Hex color #200BF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BF2 is #DFF40D. Grayscale: #2A2A2A. Windows color (decimal): -14677006 or 15862560. OLE color: 15862560.
HSL color Cylindrical-coordinate representation of color #200BF2: hue angle of 245.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BF2 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 11 | 242 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.05 |
| HSL | 245.45º | 0.91% | 0.5% | - |
| HSV(B) | 245.45º | 0.95% | 0.95% | - |
| XYZ | 16.74 | 6.96 | 84.46 | - |
| YUV | 43.61 | 239.96 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 242 | 0.87 | 0.95 | 0 | 0.05 | 245.45 | 0.91 | 0.5 |
| Hex | 20 | B | F2 | 57 | 5F | 0 | 5 | F5 | 5B | 32 |
| Octal | 40 | 13 | 362 | 127 | 137 | 0 | 5 | 365 | 133 | 62 |
| Binary | 100000 | 1011 | 11110010 | 1010111 | 1011111 | 0 | 101 | 11110101 | 1011011 | 110010 |
Color Harmonies of #200BF2
Complementary color
Monochromatic Colors of #200BF2
Black with #200BF2
Text Example
Text Example
White with #200BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BF2; }
p { color: rgb(32,11,242); }
H1.HeaderClassName
{
color: #200BF2;
}
.AnyTagClassName
{
color: #200BF2;
}
</style>
background-color css
<style>
a { background-color: #200BF2; }
a { background-color: rgb(32,11,242); }
div.DivClassName
{
background-color: #200BF2;
}
.BgClassName
{
background-color: #200BF2;
}
</style>
border-color css
<style>
span { border-color: #200BF2; }
span { border-color: rgb(32,11,242); }
td.TdClassName
{
border-color: #200BF2;
}
.TagClassName
{
border-color: #200BF2;
}
</style>