Shades of Medium Blue #0815DA
Tints of Medium Blue #0815DA
RGB
CMYK
RGB Variations
Color information
#0815DA (or 0x0815DA) is known color: Medium Blue. HEX triplet: 08, 15 and DA. RGB value is (8,21,218). Sum of RGB (Red+Green+Blue) = 8+21+218=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #0815DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815DA is #F7EA25. Grayscale: #262626. Windows color (decimal): -16247334 or 14292232. OLE color: 14292232.
HSL color Cylindrical-coordinate representation of color #0815DA: hue angle of 236.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0815DA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 21 | 218 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.15 |
| HSL | 236.29º | 0.93% | 0.44% | - |
| HSV(B) | 236.29º | 0.96% | 0.85% | - |
| XYZ | 13.02 | 5.65 | 66.73 | - |
| YUV | 39.57 | 228.69 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 218 | 0.96 | 0.90 | 0 | 0.15 | 236.29 | 0.93 | 0.44 |
| Hex | 8 | 15 | DA | 60 | 5A | 0 | F | EC | 5D | 2C |
| Octal | 10 | 25 | 332 | 140 | 132 | 0 | 17 | 354 | 135 | 54 |
| Binary | 1000 | 10101 | 11011010 | 1100000 | 1011010 | 0 | 1111 | 11101100 | 1011101 | 101100 |
Color Harmonies of #0815DA
Complementary color
Monochromatic Colors of #0815DA
Black with #0815DA
Text Example
Text Example
White with #0815DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815DA; }
p { color: rgb(8,21,218); }
H1.HeaderClassName
{
color: #0815DA;
}
.AnyTagClassName
{
color: #0815DA;
}
</style>
background-color css
<style>
a { background-color: #0815DA; }
a { background-color: rgb(8,21,218); }
div.DivClassName
{
background-color: #0815DA;
}
.BgClassName
{
background-color: #0815DA;
}
</style>
border-color css
<style>
span { border-color: #0815DA; }
span { border-color: rgb(8,21,218); }
td.TdClassName
{
border-color: #0815DA;
}
.TagClassName
{
border-color: #0815DA;
}
</style>