Shades of Blue #2002E8
Tints of Blue #2002E8
RGB
CMYK
RGB Variations
Color information
#2002E8 (or 0x2002E8) is known color: Blue. HEX triplet: 20, 02 and E8. RGB value is (32,2,232). Sum of RGB (Red+Green+Blue) = 32+2+232=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 232 (91.02% from 255 or 87.22% from 266); Max value from RGB is 232 - color contains mainly: blue. Hex color #2002E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2002E8 is #DFFD17. Grayscale: #242424. Windows color (decimal): -14679320 or 15204896. OLE color: 15204896.
HSL color Cylindrical-coordinate representation of color #2002E8: hue angle of 247.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002E8 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 2 | 232 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.09 |
| HSL | 247.83º | 0.98% | 0.46% | - |
| HSV(B) | 247.83º | 0.99% | 0.91% | - |
| XYZ | 15.18 | 6.18 | 76.74 | - |
| YUV | 37.19 | 237.94 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 232 | 0.86 | 0.99 | 0 | 0.09 | 247.83 | 0.98 | 0.46 |
| Hex | 20 | 2 | E8 | 56 | 63 | 0 | 9 | F8 | 62 | 2E |
| Octal | 40 | 2 | 350 | 126 | 143 | 0 | 11 | 370 | 142 | 56 |
| Binary | 100000 | 10 | 11101000 | 1010110 | 1100011 | 0 | 1001 | 11111000 | 1100010 | 101110 |
Color Harmonies of #2002E8
Complementary color
Monochromatic Colors of #2002E8
Black with #2002E8
Text Example
Text Example
White with #2002E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002E8; }
p { color: rgb(32,2,232); }
H1.HeaderClassName
{
color: #2002E8;
}
.AnyTagClassName
{
color: #2002E8;
}
</style>
background-color css
<style>
a { background-color: #2002E8; }
a { background-color: rgb(32,2,232); }
div.DivClassName
{
background-color: #2002E8;
}
.BgClassName
{
background-color: #2002E8;
}
</style>
border-color css
<style>
span { border-color: #2002E8; }
span { border-color: rgb(32,2,232); }
td.TdClassName
{
border-color: #2002E8;
}
.TagClassName
{
border-color: #2002E8;
}
</style>