Shades of Blue #200BE8
Tints of Blue #200BE8
RGB
CMYK
RGB Variations
Color information
#200BE8 (or 0x200BE8) is known color: Blue. HEX triplet: 20, 0B and E8. RGB value is (32,11,232). Sum of RGB (Red+Green+Blue) = 32+11+232=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 232 (91.02% from 255 or 84.36% from 275); Max value from RGB is 232 - color contains mainly: blue. Hex color #200BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BE8 is #DFF417. Grayscale: #292929. Windows color (decimal): -14677016 or 15207200. OLE color: 15207200.
HSL color Cylindrical-coordinate representation of color #200BE8: hue angle of 245.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BE8 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 11 | 232 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.09 |
| HSL | 245.7º | 0.91% | 0.48% | - |
| HSV(B) | 245.7º | 0.95% | 0.91% | - |
| XYZ | 15.28 | 6.37 | 76.77 | - |
| YUV | 42.47 | 234.96 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 232 | 0.86 | 0.95 | 0 | 0.09 | 245.7 | 0.91 | 0.48 |
| Hex | 20 | B | E8 | 56 | 5F | 0 | 9 | F6 | 5B | 30 |
| Octal | 40 | 13 | 350 | 126 | 137 | 0 | 11 | 366 | 133 | 60 |
| Binary | 100000 | 1011 | 11101000 | 1010110 | 1011111 | 0 | 1001 | 11110110 | 1011011 | 110000 |
Color Harmonies of #200BE8
Complementary color
Monochromatic Colors of #200BE8
Black with #200BE8
Text Example
Text Example
White with #200BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BE8; }
p { color: rgb(32,11,232); }
H1.HeaderClassName
{
color: #200BE8;
}
.AnyTagClassName
{
color: #200BE8;
}
</style>
background-color css
<style>
a { background-color: #200BE8; }
a { background-color: rgb(32,11,232); }
div.DivClassName
{
background-color: #200BE8;
}
.BgClassName
{
background-color: #200BE8;
}
</style>
border-color css
<style>
span { border-color: #200BE8; }
span { border-color: rgb(32,11,232); }
td.TdClassName
{
border-color: #200BE8;
}
.TagClassName
{
border-color: #200BE8;
}
</style>