Shades of Medium Blue #0215DE
Tints of Medium Blue #0215DE
RGB
CMYK
RGB Variations
Color information
#0215DE (or 0x0215DE) is known color: Medium Blue. HEX triplet: 02, 15 and DE. RGB value is (2,21,222). Sum of RGB (Red+Green+Blue) = 2+21+222=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #0215DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215DE is #FDEA21. Grayscale: #252525. Windows color (decimal): -16640546 or 14554370. OLE color: 14554370.
HSL color Cylindrical-coordinate representation of color #0215DE: hue angle of 234.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215DE is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 21 | 222 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.13 |
| HSL | 234.82º | 0.98% | 0.44% | - |
| HSV(B) | 234.82º | 0.99% | 0.87% | - |
| XYZ | 13.48 | 5.82 | 69.52 | - |
| YUV | 38.23 | 231.71 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 222 | 0.99 | 0.91 | 0 | 0.13 | 234.82 | 0.98 | 0.44 |
| Hex | 2 | 15 | DE | 63 | 5B | 0 | D | EB | 62 | 2C |
| Octal | 2 | 25 | 336 | 143 | 133 | 0 | 15 | 353 | 142 | 54 |
| Binary | 10 | 10101 | 11011110 | 1100011 | 1011011 | 0 | 1101 | 11101011 | 1100010 | 101100 |
Color Harmonies of #0215DE
Complementary color
Monochromatic Colors of #0215DE
Black with #0215DE
Text Example
Text Example
White with #0215DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215DE; }
p { color: rgb(2,21,222); }
H1.HeaderClassName
{
color: #0215DE;
}
.AnyTagClassName
{
color: #0215DE;
}
</style>
background-color css
<style>
a { background-color: #0215DE; }
a { background-color: rgb(2,21,222); }
div.DivClassName
{
background-color: #0215DE;
}
.BgClassName
{
background-color: #0215DE;
}
</style>
border-color css
<style>
span { border-color: #0215DE; }
span { border-color: rgb(2,21,222); }
td.TdClassName
{
border-color: #0215DE;
}
.TagClassName
{
border-color: #0215DE;
}
</style>