Shades of Medium Blue #0815DF
Tints of Medium Blue #0815DF
RGB
CMYK
RGB Variations
Color information
#0815DF (or 0x0815DF) is known color: Medium Blue. HEX triplet: 08, 15 and DF. RGB value is (8,21,223). Sum of RGB (Red+Green+Blue) = 8+21+223=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #0815DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815DF is #F7EA20. Grayscale: #272727. Windows color (decimal): -16247329 or 14619912. OLE color: 14619912.
HSL color Cylindrical-coordinate representation of color #0815DF: hue angle of 236.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0815DF is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 21 | 223 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.13 |
| HSL | 236.37º | 0.93% | 0.45% | - |
| HSV(B) | 236.37º | 0.96% | 0.87% | - |
| XYZ | 13.69 | 5.92 | 70.23 | - |
| YUV | 40.14 | 231.19 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 223 | 0.96 | 0.91 | 0 | 0.13 | 236.37 | 0.93 | 0.45 |
| Hex | 8 | 15 | DF | 60 | 5B | 0 | D | EC | 5D | 2D |
| Octal | 10 | 25 | 337 | 140 | 133 | 0 | 15 | 354 | 135 | 55 |
| Binary | 1000 | 10101 | 11011111 | 1100000 | 1011011 | 0 | 1101 | 11101100 | 1011101 | 101101 |
Color Harmonies of #0815DF
Complementary color
Monochromatic Colors of #0815DF
Black with #0815DF
Text Example
Text Example
White with #0815DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815DF; }
p { color: rgb(8,21,223); }
H1.HeaderClassName
{
color: #0815DF;
}
.AnyTagClassName
{
color: #0815DF;
}
</style>
background-color css
<style>
a { background-color: #0815DF; }
a { background-color: rgb(8,21,223); }
div.DivClassName
{
background-color: #0815DF;
}
.BgClassName
{
background-color: #0815DF;
}
</style>
border-color css
<style>
span { border-color: #0815DF; }
span { border-color: rgb(8,21,223); }
td.TdClassName
{
border-color: #0815DF;
}
.TagClassName
{
border-color: #0815DF;
}
</style>