Shades of Blue #2005EA
Tints of Blue #2005EA
RGB
CMYK
RGB Variations
Color information
#2005EA (or 0x2005EA) is known color: Blue. HEX triplet: 20, 05 and EA. RGB value is (32,5,234). Sum of RGB (Red+Green+Blue) = 32+5+234=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 234 (91.80% from 255 or 86.35% from 271); Max value from RGB is 234 - color contains mainly: blue. Hex color #2005EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005EA is #DFFA15. Grayscale: #262626. Windows color (decimal): -14678550 or 15336736. OLE color: 15336736.
HSL color Cylindrical-coordinate representation of color #2005EA: hue angle of 247.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005EA is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 5 | 234 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.08 |
| HSL | 247.07º | 0.96% | 0.47% | - |
| HSV(B) | 247.07º | 0.98% | 0.92% | - |
| XYZ | 15.5 | 6.36 | 78.25 | - |
| YUV | 39.18 | 237.95 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 234 | 0.86 | 0.98 | 0 | 0.08 | 247.07 | 0.96 | 0.47 |
| Hex | 20 | 5 | EA | 56 | 62 | 0 | 8 | F7 | 60 | 2F |
| Octal | 40 | 5 | 352 | 126 | 142 | 0 | 10 | 367 | 140 | 57 |
| Binary | 100000 | 101 | 11101010 | 1010110 | 1100010 | 0 | 1000 | 11110111 | 1100000 | 101111 |
Color Harmonies of #2005EA
Complementary color
Monochromatic Colors of #2005EA
Black with #2005EA
Text Example
Text Example
White with #2005EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005EA; }
p { color: rgb(32,5,234); }
H1.HeaderClassName
{
color: #2005EA;
}
.AnyTagClassName
{
color: #2005EA;
}
</style>
background-color css
<style>
a { background-color: #2005EA; }
a { background-color: rgb(32,5,234); }
div.DivClassName
{
background-color: #2005EA;
}
.BgClassName
{
background-color: #2005EA;
}
</style>
border-color css
<style>
span { border-color: #2005EA; }
span { border-color: rgb(32,5,234); }
td.TdClassName
{
border-color: #2005EA;
}
.TagClassName
{
border-color: #2005EA;
}
</style>