Shades of Medium Blue #0823DA
Tints of Medium Blue #0823DA
RGB
CMYK
RGB Variations
Color information
#0823DA (or 0x0823DA) is known color: Medium Blue. HEX triplet: 08, 23 and DA. RGB value is (8,35,218). Sum of RGB (Red+Green+Blue) = 8+35+218=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #0823DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0823DA is #F7DC25. Grayscale: #2F2F2F. Windows color (decimal): -16243750 or 14295816. OLE color: 14295816.
HSL color Cylindrical-coordinate representation of color #0823DA: hue angle of 232.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 #0823DA is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 35 | 218 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.15 |
| HSL | 232.29º | 0.93% | 0.44% | - |
| HSV(B) | 232.29º | 0.96% | 0.85% | - |
| XYZ | 13.36 | 6.32 | 66.84 | - |
| YUV | 47.79 | 224.05 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 218 | 0.96 | 0.84 | 0 | 0.15 | 232.29 | 0.93 | 0.44 |
| Hex | 8 | 23 | DA | 60 | 54 | 0 | F | E8 | 5D | 2C |
| Octal | 10 | 43 | 332 | 140 | 124 | 0 | 17 | 350 | 135 | 54 |
| Binary | 1000 | 100011 | 11011010 | 1100000 | 1010100 | 0 | 1111 | 11101000 | 1011101 | 101100 |
Color Harmonies of #0823DA
Complementary color
Monochromatic Colors of #0823DA
Black with #0823DA
Text Example
Text Example
White with #0823DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0823DA; }
p { color: rgb(8,35,218); }
H1.HeaderClassName
{
color: #0823DA;
}
.AnyTagClassName
{
color: #0823DA;
}
</style>
background-color css
<style>
a { background-color: #0823DA; }
a { background-color: rgb(8,35,218); }
div.DivClassName
{
background-color: #0823DA;
}
.BgClassName
{
background-color: #0823DA;
}
</style>
border-color css
<style>
span { border-color: #0823DA; }
span { border-color: rgb(8,35,218); }
td.TdClassName
{
border-color: #0823DA;
}
.TagClassName
{
border-color: #0823DA;
}
</style>