Shades of Blue #200CEA
Tints of Blue #200CEA
RGB
CMYK
RGB Variations
Color information
#200CEA (or 0x200CEA) is known color: Blue. HEX triplet: 20, 0C and EA. RGB value is (32,12,234). Sum of RGB (Red+Green+Blue) = 32+12+234=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 234 (91.80% from 255 or 84.17% from 278); Max value from RGB is 234 - color contains mainly: blue. Hex color #200CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200CEA is #DFF315. Grayscale: #2A2A2A. Windows color (decimal): -14676758 or 15338528. OLE color: 15338528.
HSL color Cylindrical-coordinate representation of color #200CEA: hue angle of 245.41º degrees, saturation: 0.9, 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 #200CEA is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 12 | 234 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.08 |
| HSL | 245.41º | 0.9% | 0.48% | - |
| HSV(B) | 245.41º | 0.95% | 0.92% | - |
| XYZ | 15.58 | 6.51 | 78.28 | - |
| YUV | 43.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 234 | 0.86 | 0.95 | 0 | 0.08 | 245.41 | 0.9 | 0.48 |
| Hex | 20 | C | EA | 56 | 5F | 0 | 8 | F5 | 5A | 30 |
| Octal | 40 | 14 | 352 | 126 | 137 | 0 | 10 | 365 | 132 | 60 |
| Binary | 100000 | 1100 | 11101010 | 1010110 | 1011111 | 0 | 1000 | 11110101 | 1011010 | 110000 |
Color Harmonies of #200CEA
Complementary color
Monochromatic Colors of #200CEA
Black with #200CEA
Text Example
Text Example
White with #200CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CEA; }
p { color: rgb(32,12,234); }
H1.HeaderClassName
{
color: #200CEA;
}
.AnyTagClassName
{
color: #200CEA;
}
</style>
background-color css
<style>
a { background-color: #200CEA; }
a { background-color: rgb(32,12,234); }
div.DivClassName
{
background-color: #200CEA;
}
.BgClassName
{
background-color: #200CEA;
}
</style>
border-color css
<style>
span { border-color: #200CEA; }
span { border-color: rgb(32,12,234); }
td.TdClassName
{
border-color: #200CEA;
}
.TagClassName
{
border-color: #200CEA;
}
</style>