Shades of Medium Blue #0215DF
Tints of Medium Blue #0215DF
RGB
CMYK
RGB Variations
Color information
#0215DF (or 0x0215DF) is known color: Medium Blue. HEX triplet: 02, 15 and DF. RGB value is (2,21,223). Sum of RGB (Red+Green+Blue) = 2+21+223=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #0215DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215DF is #FDEA20. Grayscale: #252525. Windows color (decimal): -16640545 or 14619906. OLE color: 14619906.
HSL color Cylindrical-coordinate representation of color #0215DF: hue angle of 234.84º 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 #0215DF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 21 | 223 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.13 |
| HSL | 234.84º | 0.98% | 0.44% | - |
| HSV(B) | 234.84º | 0.99% | 0.87% | - |
| XYZ | 13.61 | 5.88 | 70.23 | - |
| YUV | 38.35 | 232.21 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 223 | 0.99 | 0.91 | 0 | 0.13 | 234.84 | 0.98 | 0.44 |
| Hex | 2 | 15 | DF | 63 | 5B | 0 | D | EB | 62 | 2C |
| Octal | 2 | 25 | 337 | 143 | 133 | 0 | 15 | 353 | 142 | 54 |
| Binary | 10 | 10101 | 11011111 | 1100011 | 1011011 | 0 | 1101 | 11101011 | 1100010 | 101100 |
Color Harmonies of #0215DF
Complementary color
Monochromatic Colors of #0215DF
Black with #0215DF
Text Example
Text Example
White with #0215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215DF; }
p { color: rgb(2,21,223); }
H1.HeaderClassName
{
color: #0215DF;
}
.AnyTagClassName
{
color: #0215DF;
}
</style>
background-color css
<style>
a { background-color: #0215DF; }
a { background-color: rgb(2,21,223); }
div.DivClassName
{
background-color: #0215DF;
}
.BgClassName
{
background-color: #0215DF;
}
</style>
border-color css
<style>
span { border-color: #0215DF; }
span { border-color: rgb(2,21,223); }
td.TdClassName
{
border-color: #0215DF;
}
.TagClassName
{
border-color: #0215DF;
}
</style>