Shades of Medium Blue #080CDA
Tints of Medium Blue #080CDA
RGB
CMYK
RGB Variations
Color information
#080CDA (or 0x080CDA) is known color: Medium Blue. HEX triplet: 08, 0C and DA. RGB value is (8,12,218). Sum of RGB (Red+Green+Blue) = 8+12+218=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #080CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CDA is #F7F325. Grayscale: #212121. Windows color (decimal): -16249638 or 14289928. OLE color: 14289928.
HSL color Cylindrical-coordinate representation of color #080CDA: hue angle of 238.86º 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 #080CDA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 12 | 218 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.15 |
| HSL | 238.86º | 0.93% | 0.44% | - |
| HSV(B) | 238.86º | 0.96% | 0.85% | - |
| XYZ | 12.89 | 5.38 | 66.69 | - |
| YUV | 34.29 | 231.67 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 218 | 0.96 | 0.94 | 0 | 0.15 | 238.86 | 0.93 | 0.44 |
| Hex | 8 | C | DA | 60 | 5E | 0 | F | EF | 5D | 2C |
| Octal | 10 | 14 | 332 | 140 | 136 | 0 | 17 | 357 | 135 | 54 |
| Binary | 1000 | 1100 | 11011010 | 1100000 | 1011110 | 0 | 1111 | 11101111 | 1011101 | 101100 |
Color Harmonies of #080CDA
Complementary color
Monochromatic Colors of #080CDA
Black with #080CDA
Text Example
Text Example
White with #080CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CDA; }
p { color: rgb(8,12,218); }
H1.HeaderClassName
{
color: #080CDA;
}
.AnyTagClassName
{
color: #080CDA;
}
</style>
background-color css
<style>
a { background-color: #080CDA; }
a { background-color: rgb(8,12,218); }
div.DivClassName
{
background-color: #080CDA;
}
.BgClassName
{
background-color: #080CDA;
}
</style>
border-color css
<style>
span { border-color: #080CDA; }
span { border-color: rgb(8,12,218); }
td.TdClassName
{
border-color: #080CDA;
}
.TagClassName
{
border-color: #080CDA;
}
</style>