Shades of Blue #2015FC
Tints of Blue #2015FC
RGB
CMYK
RGB Variations
Color information
#2015FC (or 0x2015FC) is known color: Blue. HEX triplet: 20, 15 and FC. RGB value is (32,21,252). Sum of RGB (Red+Green+Blue) = 32+21+252=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 252 (98.83% from 255 or 82.62% from 305); Max value from RGB is 252 - color contains mainly: blue. Hex color #2015FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2015FC is #DFEA03. Grayscale: #313131. Windows color (decimal): -14674436 or 16520480. OLE color: 16520480.
HSL color Cylindrical-coordinate representation of color #2015FC: hue angle of 242.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2015FC is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 21 | 252 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.01 |
| HSL | 242.86º | 0.97% | 0.54% | - |
| HSV(B) | 242.86º | 0.92% | 0.99% | - |
| XYZ | 18.43 | 7.87 | 92.64 | - |
| YUV | 50.62 | 241.64 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 252 | 0.87 | 0.92 | 0 | 0.01 | 242.86 | 0.97 | 0.54 |
| Hex | 20 | 15 | FC | 57 | 5C | 0 | 1 | F3 | 61 | 36 |
| Octal | 40 | 25 | 374 | 127 | 134 | 0 | 1 | 363 | 141 | 66 |
| Binary | 100000 | 10101 | 11111100 | 1010111 | 1011100 | 0 | 1 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2015FC
Complementary color
Monochromatic Colors of #2015FC
Black with #2015FC
Text Example
Text Example
White with #2015FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015FC; }
p { color: rgb(32,21,252); }
H1.HeaderClassName
{
color: #2015FC;
}
.AnyTagClassName
{
color: #2015FC;
}
</style>
background-color css
<style>
a { background-color: #2015FC; }
a { background-color: rgb(32,21,252); }
div.DivClassName
{
background-color: #2015FC;
}
.BgClassName
{
background-color: #2015FC;
}
</style>
border-color css
<style>
span { border-color: #2015FC; }
span { border-color: rgb(32,21,252); }
td.TdClassName
{
border-color: #2015FC;
}
.TagClassName
{
border-color: #2015FC;
}
</style>