Shades of Blue #2003ED
Tints of Blue #2003ED
RGB
CMYK
RGB Variations
Color information
#2003ED (or 0x2003ED) is known color: Blue. HEX triplet: 20, 03 and ED. RGB value is (32,3,237). Sum of RGB (Red+Green+Blue) = 32+3+237=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #2003ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2003ED is #DFFC12. Grayscale: #252525. Windows color (decimal): -14679059 or 15532832. OLE color: 15532832.
HSL color Cylindrical-coordinate representation of color #2003ED: hue angle of 247.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003ED is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 3 | 237 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.07 |
| HSL | 247.44º | 0.98% | 0.47% | - |
| HSV(B) | 247.44º | 0.99% | 0.93% | - |
| XYZ | 15.91 | 6.49 | 80.53 | - |
| YUV | 38.35 | 240.11 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 237 | 0.86 | 0.99 | 0 | 0.07 | 247.44 | 0.98 | 0.47 |
| Hex | 20 | 3 | ED | 56 | 63 | 0 | 7 | F7 | 62 | 2F |
| Octal | 40 | 3 | 355 | 126 | 143 | 0 | 7 | 367 | 142 | 57 |
| Binary | 100000 | 11 | 11101101 | 1010110 | 1100011 | 0 | 111 | 11110111 | 1100010 | 101111 |
Color Harmonies of #2003ED
Complementary color
Monochromatic Colors of #2003ED
Black with #2003ED
Text Example
Text Example
White with #2003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003ED; }
p { color: rgb(32,3,237); }
H1.HeaderClassName
{
color: #2003ED;
}
.AnyTagClassName
{
color: #2003ED;
}
</style>
background-color css
<style>
a { background-color: #2003ED; }
a { background-color: rgb(32,3,237); }
div.DivClassName
{
background-color: #2003ED;
}
.BgClassName
{
background-color: #2003ED;
}
</style>
border-color css
<style>
span { border-color: #2003ED; }
span { border-color: rgb(32,3,237); }
td.TdClassName
{
border-color: #2003ED;
}
.TagClassName
{
border-color: #2003ED;
}
</style>