Shades of Blue #2015EF
Tints of Blue #2015EF
RGB
CMYK
RGB Variations
Color information
#2015EF (or 0x2015EF) is known color: Blue. HEX triplet: 20, 15 and EF. RGB value is (32,21,239). Sum of RGB (Red+Green+Blue) = 32+21+239=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #2015EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2015EF is #DFEA10. Grayscale: #303030. Windows color (decimal): -14674449 or 15668512. OLE color: 15668512.
HSL color Cylindrical-coordinate representation of color #2015EF: hue angle of 243.03º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2015EF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 21 | 239 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.06 |
| HSL | 243.03º | 0.87% | 0.51% | - |
| HSV(B) | 243.03º | 0.91% | 0.94% | - |
| XYZ | 16.44 | 7.08 | 82.16 | - |
| YUV | 49.14 | 235.14 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 239 | 0.87 | 0.91 | 0 | 0.06 | 243.03 | 0.87 | 0.51 |
| Hex | 20 | 15 | EF | 57 | 5B | 0 | 6 | F3 | 57 | 33 |
| Octal | 40 | 25 | 357 | 127 | 133 | 0 | 6 | 363 | 127 | 63 |
| Binary | 100000 | 10101 | 11101111 | 1010111 | 1011011 | 0 | 110 | 11110011 | 1010111 | 110011 |
Color Harmonies of #2015EF
Complementary color
Monochromatic Colors of #2015EF
Black with #2015EF
Text Example
Text Example
White with #2015EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015EF; }
p { color: rgb(32,21,239); }
H1.HeaderClassName
{
color: #2015EF;
}
.AnyTagClassName
{
color: #2015EF;
}
</style>
background-color css
<style>
a { background-color: #2015EF; }
a { background-color: rgb(32,21,239); }
div.DivClassName
{
background-color: #2015EF;
}
.BgClassName
{
background-color: #2015EF;
}
</style>
border-color css
<style>
span { border-color: #2015EF; }
span { border-color: rgb(32,21,239); }
td.TdClassName
{
border-color: #2015EF;
}
.TagClassName
{
border-color: #2015EF;
}
</style>