Shades of Medium Blue #0825DA
Tints of Medium Blue #0825DA
RGB
CMYK
RGB Variations
Color information
#0825DA (or 0x0825DA) is known color: Medium Blue. HEX triplet: 08, 25 and DA. RGB value is (8,37,218). Sum of RGB (Red+Green+Blue) = 8+37+218=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #0825DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825DA is #F7DA25. Grayscale: #303030. Windows color (decimal): -16243238 or 14296328. OLE color: 14296328.
HSL color Cylindrical-coordinate representation of color #0825DA: hue angle of 231.71º 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 #0825DA is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 37 | 218 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.15 |
| HSL | 231.71º | 0.93% | 0.44% | - |
| HSV(B) | 231.71º | 0.96% | 0.85% | - |
| XYZ | 13.42 | 6.44 | 66.86 | - |
| YUV | 48.96 | 223.39 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 218 | 0.96 | 0.83 | 0 | 0.15 | 231.71 | 0.93 | 0.44 |
| Hex | 8 | 25 | DA | 60 | 53 | 0 | F | E8 | 5D | 2C |
| Octal | 10 | 45 | 332 | 140 | 123 | 0 | 17 | 350 | 135 | 54 |
| Binary | 1000 | 100101 | 11011010 | 1100000 | 1010011 | 0 | 1111 | 11101000 | 1011101 | 101100 |
Color Harmonies of #0825DA
Complementary color
Monochromatic Colors of #0825DA
Black with #0825DA
Text Example
Text Example
White with #0825DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825DA; }
p { color: rgb(8,37,218); }
H1.HeaderClassName
{
color: #0825DA;
}
.AnyTagClassName
{
color: #0825DA;
}
</style>
background-color css
<style>
a { background-color: #0825DA; }
a { background-color: rgb(8,37,218); }
div.DivClassName
{
background-color: #0825DA;
}
.BgClassName
{
background-color: #0825DA;
}
</style>
border-color css
<style>
span { border-color: #0825DA; }
span { border-color: rgb(8,37,218); }
td.TdClassName
{
border-color: #0825DA;
}
.TagClassName
{
border-color: #0825DA;
}
</style>