Shades of Blue #2003EA
Tints of Blue #2003EA
RGB
CMYK
RGB Variations
Color information
#2003EA (or 0x2003EA) is known color: Blue. HEX triplet: 20, 03 and EA. RGB value is (32,3,234). Sum of RGB (Red+Green+Blue) = 32+3+234=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #2003EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2003EA is #DFFC15. Grayscale: #252525. Windows color (decimal): -14679062 or 15336224. OLE color: 15336224.
HSL color Cylindrical-coordinate representation of color #2003EA: hue angle of 247.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003EA is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 3 | 234 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.08 |
| HSL | 247.53º | 0.97% | 0.46% | - |
| HSV(B) | 247.53º | 0.99% | 0.92% | - |
| XYZ | 15.48 | 6.31 | 78.24 | - |
| YUV | 38.01 | 238.61 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 234 | 0.86 | 0.99 | 0 | 0.08 | 247.53 | 0.97 | 0.46 |
| Hex | 20 | 3 | EA | 56 | 63 | 0 | 8 | F8 | 61 | 2E |
| Octal | 40 | 3 | 352 | 126 | 143 | 0 | 10 | 370 | 141 | 56 |
| Binary | 100000 | 11 | 11101010 | 1010110 | 1100011 | 0 | 1000 | 11111000 | 1100001 | 101110 |
Color Harmonies of #2003EA
Complementary color
Monochromatic Colors of #2003EA
Black with #2003EA
Text Example
Text Example
White with #2003EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003EA; }
p { color: rgb(32,3,234); }
H1.HeaderClassName
{
color: #2003EA;
}
.AnyTagClassName
{
color: #2003EA;
}
</style>
background-color css
<style>
a { background-color: #2003EA; }
a { background-color: rgb(32,3,234); }
div.DivClassName
{
background-color: #2003EA;
}
.BgClassName
{
background-color: #2003EA;
}
</style>
border-color css
<style>
span { border-color: #2003EA; }
span { border-color: rgb(32,3,234); }
td.TdClassName
{
border-color: #2003EA;
}
.TagClassName
{
border-color: #2003EA;
}
</style>