Shades of Blue #200BE7
Tints of Blue #200BE7
RGB
CMYK
RGB Variations
Color information
#200BE7 (or 0x200BE7) is known color: Blue. HEX triplet: 20, 0B and E7. RGB value is (32,11,231). Sum of RGB (Red+Green+Blue) = 32+11+231=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 231 (90.62% from 255 or 84.31% from 274); Max value from RGB is 231 - color contains mainly: blue. Hex color #200BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BE7 is #DFF418. Grayscale: #292929. Windows color (decimal): -14677017 or 15141664. OLE color: 15141664.
HSL color Cylindrical-coordinate representation of color #200BE7: hue angle of 245.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BE7 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 11 | 231 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.09 |
| HSL | 245.73º | 0.91% | 0.47% | - |
| HSV(B) | 245.73º | 0.95% | 0.91% | - |
| XYZ | 15.14 | 6.32 | 76.02 | - |
| YUV | 42.36 | 234.46 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 231 | 0.86 | 0.95 | 0 | 0.09 | 245.73 | 0.91 | 0.47 |
| Hex | 20 | B | E7 | 56 | 5F | 0 | 9 | F6 | 5B | 2F |
| Octal | 40 | 13 | 347 | 126 | 137 | 0 | 11 | 366 | 133 | 57 |
| Binary | 100000 | 1011 | 11100111 | 1010110 | 1011111 | 0 | 1001 | 11110110 | 1011011 | 101111 |
Color Harmonies of #200BE7
Complementary color
Monochromatic Colors of #200BE7
Black with #200BE7
Text Example
Text Example
White with #200BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BE7; }
p { color: rgb(32,11,231); }
H1.HeaderClassName
{
color: #200BE7;
}
.AnyTagClassName
{
color: #200BE7;
}
</style>
background-color css
<style>
a { background-color: #200BE7; }
a { background-color: rgb(32,11,231); }
div.DivClassName
{
background-color: #200BE7;
}
.BgClassName
{
background-color: #200BE7;
}
</style>
border-color css
<style>
span { border-color: #200BE7; }
span { border-color: rgb(32,11,231); }
td.TdClassName
{
border-color: #200BE7;
}
.TagClassName
{
border-color: #200BE7;
}
</style>