Shades of Blue #200AEA
Tints of Blue #200AEA
RGB
CMYK
RGB Variations
Color information
#200AEA (or 0x200AEA) is known color: Blue. HEX triplet: 20, 0A and EA. RGB value is (32,10,234). Sum of RGB (Red+Green+Blue) = 32+10+234=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 234 (91.80% from 255 or 84.78% from 276); Max value from RGB is 234 - color contains mainly: blue. Hex color #200AEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200AEA is #DFF515. Grayscale: #292929. Windows color (decimal): -14677270 or 15338016. OLE color: 15338016.
HSL color Cylindrical-coordinate representation of color #200AEA: hue angle of 245.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200AEA is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 10 | 234 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.08 |
| HSL | 245.89º | 0.92% | 0.48% | - |
| HSV(B) | 245.89º | 0.96% | 0.92% | - |
| XYZ | 15.56 | 6.46 | 78.27 | - |
| YUV | 42.11 | 236.29 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 234 | 0.86 | 0.96 | 0 | 0.08 | 245.89 | 0.92 | 0.48 |
| Hex | 20 | A | EA | 56 | 60 | 0 | 8 | F6 | 5C | 30 |
| Octal | 40 | 12 | 352 | 126 | 140 | 0 | 10 | 366 | 134 | 60 |
| Binary | 100000 | 1010 | 11101010 | 1010110 | 1100000 | 0 | 1000 | 11110110 | 1011100 | 110000 |
Color Harmonies of #200AEA
Complementary color
Monochromatic Colors of #200AEA
Black with #200AEA
Text Example
Text Example
White with #200AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AEA; }
p { color: rgb(32,10,234); }
H1.HeaderClassName
{
color: #200AEA;
}
.AnyTagClassName
{
color: #200AEA;
}
</style>
background-color css
<style>
a { background-color: #200AEA; }
a { background-color: rgb(32,10,234); }
div.DivClassName
{
background-color: #200AEA;
}
.BgClassName
{
background-color: #200AEA;
}
</style>
border-color css
<style>
span { border-color: #200AEA; }
span { border-color: rgb(32,10,234); }
td.TdClassName
{
border-color: #200AEA;
}
.TagClassName
{
border-color: #200AEA;
}
</style>