Shades of Blue #200BEA
Tints of Blue #200BEA
RGB
CMYK
RGB Variations
Color information
#200BEA (or 0x200BEA) is known color: Blue. HEX triplet: 20, 0B and EA. RGB value is (32,11,234). Sum of RGB (Red+Green+Blue) = 32+11+234=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 234 (91.80% from 255 or 84.48% from 277); Max value from RGB is 234 - color contains mainly: blue. Hex color #200BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BEA is #DFF415. Grayscale: #292929. Windows color (decimal): -14677014 or 15338272. OLE color: 15338272.
HSL color Cylindrical-coordinate representation of color #200BEA: hue angle of 245.65º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BEA is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 11 | 234 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.08 |
| HSL | 245.65º | 0.91% | 0.48% | - |
| HSV(B) | 245.65º | 0.95% | 0.92% | - |
| XYZ | 15.57 | 6.49 | 78.27 | - |
| YUV | 42.7 | 235.96 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 234 | 0.86 | 0.95 | 0 | 0.08 | 245.65 | 0.91 | 0.48 |
| Hex | 20 | B | EA | 56 | 5F | 0 | 8 | F6 | 5B | 30 |
| Octal | 40 | 13 | 352 | 126 | 137 | 0 | 10 | 366 | 133 | 60 |
| Binary | 100000 | 1011 | 11101010 | 1010110 | 1011111 | 0 | 1000 | 11110110 | 1011011 | 110000 |
Color Harmonies of #200BEA
Complementary color
Monochromatic Colors of #200BEA
Black with #200BEA
Text Example
Text Example
White with #200BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BEA; }
p { color: rgb(32,11,234); }
H1.HeaderClassName
{
color: #200BEA;
}
.AnyTagClassName
{
color: #200BEA;
}
</style>
background-color css
<style>
a { background-color: #200BEA; }
a { background-color: rgb(32,11,234); }
div.DivClassName
{
background-color: #200BEA;
}
.BgClassName
{
background-color: #200BEA;
}
</style>
border-color css
<style>
span { border-color: #200BEA; }
span { border-color: rgb(32,11,234); }
td.TdClassName
{
border-color: #200BEA;
}
.TagClassName
{
border-color: #200BEA;
}
</style>