Shades of Blue #0215FE
Tints of Blue #0215FE
RGB
CMYK
RGB Variations
Color information
#0215FE (or 0x0215FE) is known color: Blue. HEX triplet: 02, 15 and FE. RGB value is (2,21,254). Sum of RGB (Red+Green+Blue) = 2+21+254=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 254 (99.61% from 255 or 91.70% from 277); Max value from RGB is 254 - color contains mainly: blue. Hex color #0215FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0215FE is #FDEA01. Grayscale: #282828. Windows color (decimal): -16640514 or 16651522. OLE color: 16651522.
HSL color Cylindrical-coordinate representation of color #0215FE: hue angle of 235.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215FE is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 21 | 254 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.00 |
| HSL | 235.48º | 0.99% | 0.5% | - |
| HSV(B) | 235.48º | 0.99% | 1% | - |
| XYZ | 18.18 | 7.7 | 94.29 | - |
| YUV | 41.88 | 247.71 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 254 | 0.99 | 0.92 | 0 | 0.00 | 235.48 | 0.99 | 0.5 |
| Hex | 2 | 15 | FE | 63 | 5C | 0 | 0 | EB | 63 | 32 |
| Octal | 2 | 25 | 376 | 143 | 134 | 0 | 0 | 353 | 143 | 62 |
| Binary | 10 | 10101 | 11111110 | 1100011 | 1011100 | 0 | 0 | 11101011 | 1100011 | 110010 |
Color Harmonies of #0215FE
Complementary color
Monochromatic Colors of #0215FE
Black with #0215FE
Text Example
Text Example
White with #0215FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215FE; }
p { color: rgb(2,21,254); }
H1.HeaderClassName
{
color: #0215FE;
}
.AnyTagClassName
{
color: #0215FE;
}
</style>
background-color css
<style>
a { background-color: #0215FE; }
a { background-color: rgb(2,21,254); }
div.DivClassName
{
background-color: #0215FE;
}
.BgClassName
{
background-color: #0215FE;
}
</style>
border-color css
<style>
span { border-color: #0215FE; }
span { border-color: rgb(2,21,254); }
td.TdClassName
{
border-color: #0215FE;
}
.TagClassName
{
border-color: #0215FE;
}
</style>