Shades of Blue #2003EF
Tints of Blue #2003EF
RGB
CMYK
RGB Variations
Color information
#2003EF (or 0x2003EF) is known color: Blue. HEX triplet: 20, 03 and EF. RGB value is (32,3,239). Sum of RGB (Red+Green+Blue) = 32+3+239=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 239 (93.75% from 255 or 87.23% from 274); Max value from RGB is 239 - color contains mainly: blue. Hex color #2003EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2003EF is #DFFC10. Grayscale: #252525. Windows color (decimal): -14679057 or 15663904. OLE color: 15663904.
HSL color Cylindrical-coordinate representation of color #2003EF: hue angle of 247.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003EF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 3 | 239 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.06 |
| HSL | 247.37º | 0.98% | 0.47% | - |
| HSV(B) | 247.37º | 0.99% | 0.94% | - |
| XYZ | 16.21 | 6.6 | 82.08 | - |
| YUV | 38.58 | 241.11 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 239 | 0.87 | 0.99 | 0 | 0.06 | 247.37 | 0.98 | 0.47 |
| Hex | 20 | 3 | EF | 57 | 63 | 0 | 6 | F7 | 62 | 2F |
| Octal | 40 | 3 | 357 | 127 | 143 | 0 | 6 | 367 | 142 | 57 |
| Binary | 100000 | 11 | 11101111 | 1010111 | 1100011 | 0 | 110 | 11110111 | 1100010 | 101111 |
Color Harmonies of #2003EF
Complementary color
Monochromatic Colors of #2003EF
Black with #2003EF
Text Example
Text Example
White with #2003EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003EF; }
p { color: rgb(32,3,239); }
H1.HeaderClassName
{
color: #2003EF;
}
.AnyTagClassName
{
color: #2003EF;
}
</style>
background-color css
<style>
a { background-color: #2003EF; }
a { background-color: rgb(32,3,239); }
div.DivClassName
{
background-color: #2003EF;
}
.BgClassName
{
background-color: #2003EF;
}
</style>
border-color css
<style>
span { border-color: #2003EF; }
span { border-color: rgb(32,3,239); }
td.TdClassName
{
border-color: #2003EF;
}
.TagClassName
{
border-color: #2003EF;
}
</style>