Shades of Blue #200BEE
Tints of Blue #200BEE
RGB
CMYK
RGB Variations
Color information
#200BEE (or 0x200BEE) is known color: Blue. HEX triplet: 20, 0B and EE. RGB value is (32,11,238). Sum of RGB (Red+Green+Blue) = 32+11+238=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #200BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BEE is #DFF411. Grayscale: #2A2A2A. Windows color (decimal): -14677010 or 15600416. OLE color: 15600416.
HSL color Cylindrical-coordinate representation of color #200BEE: hue angle of 245.55º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BEE is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 11 | 238 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.07 |
| HSL | 245.55º | 0.91% | 0.49% | - |
| HSV(B) | 245.55º | 0.95% | 0.93% | - |
| XYZ | 16.15 | 6.72 | 81.33 | - |
| YUV | 43.16 | 237.96 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 238 | 0.87 | 0.95 | 0 | 0.07 | 245.55 | 0.91 | 0.49 |
| Hex | 20 | B | EE | 57 | 5F | 0 | 7 | F6 | 5B | 31 |
| Octal | 40 | 13 | 356 | 127 | 137 | 0 | 7 | 366 | 133 | 61 |
| Binary | 100000 | 1011 | 11101110 | 1010111 | 1011111 | 0 | 111 | 11110110 | 1011011 | 110001 |
Color Harmonies of #200BEE
Complementary color
Monochromatic Colors of #200BEE
Black with #200BEE
Text Example
Text Example
White with #200BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BEE; }
p { color: rgb(32,11,238); }
H1.HeaderClassName
{
color: #200BEE;
}
.AnyTagClassName
{
color: #200BEE;
}
</style>
background-color css
<style>
a { background-color: #200BEE; }
a { background-color: rgb(32,11,238); }
div.DivClassName
{
background-color: #200BEE;
}
.BgClassName
{
background-color: #200BEE;
}
</style>
border-color css
<style>
span { border-color: #200BEE; }
span { border-color: rgb(32,11,238); }
td.TdClassName
{
border-color: #200BEE;
}
.TagClassName
{
border-color: #200BEE;
}
</style>