Shades of Blue #2015FE
Tints of Blue #2015FE
RGB
CMYK
RGB Variations
Color information
#2015FE (or 0x2015FE) is known color: Blue. HEX triplet: 20, 15 and FE. RGB value is (32,21,254). Sum of RGB (Red+Green+Blue) = 32+21+254=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #2015FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2015FE is #DFEA01. Grayscale: #313131. Windows color (decimal): -14674434 or 16651552. OLE color: 16651552.
HSL color Cylindrical-coordinate representation of color #2015FE: hue angle of 242.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2015FE is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 21 | 254 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.00 |
| HSL | 242.83º | 0.99% | 0.54% | - |
| HSV(B) | 242.83º | 0.92% | 1% | - |
| XYZ | 18.75 | 8 | 94.32 | - |
| YUV | 50.85 | 242.64 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 254 | 0.87 | 0.92 | 0 | 0.00 | 242.83 | 0.99 | 0.54 |
| Hex | 20 | 15 | FE | 57 | 5C | 0 | 0 | F3 | 63 | 36 |
| Octal | 40 | 25 | 376 | 127 | 134 | 0 | 0 | 363 | 143 | 66 |
| Binary | 100000 | 10101 | 11111110 | 1010111 | 1011100 | 0 | 0 | 11110011 | 1100011 | 110110 |
Color Harmonies of #2015FE
Complementary color
Monochromatic Colors of #2015FE
Black with #2015FE
Text Example
Text Example
White with #2015FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015FE; }
p { color: rgb(32,21,254); }
H1.HeaderClassName
{
color: #2015FE;
}
.AnyTagClassName
{
color: #2015FE;
}
</style>
background-color css
<style>
a { background-color: #2015FE; }
a { background-color: rgb(32,21,254); }
div.DivClassName
{
background-color: #2015FE;
}
.BgClassName
{
background-color: #2015FE;
}
</style>
border-color css
<style>
span { border-color: #2015FE; }
span { border-color: rgb(32,21,254); }
td.TdClassName
{
border-color: #2015FE;
}
.TagClassName
{
border-color: #2015FE;
}
</style>