Shades of Medium Blue #080CDD
Tints of Medium Blue #080CDD
RGB
CMYK
RGB Variations
Color information
#080CDD (or 0x080CDD) is known color: Medium Blue. HEX triplet: 08, 0C and DD. RGB value is (8,12,221). Sum of RGB (Red+Green+Blue) = 8+12+221=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #080CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CDD is #F7F322. Grayscale: #212121. Windows color (decimal): -16249635 or 14486536. OLE color: 14486536.
HSL color Cylindrical-coordinate representation of color #080CDD: hue angle of 238.87º 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 #080CDD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 12 | 221 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.13 |
| HSL | 238.87º | 0.93% | 0.45% | - |
| HSV(B) | 238.87º | 0.96% | 0.87% | - |
| XYZ | 13.28 | 5.54 | 68.77 | - |
| YUV | 34.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 221 | 0.96 | 0.95 | 0 | 0.13 | 238.87 | 0.93 | 0.45 |
| Hex | 8 | C | DD | 60 | 5F | 0 | D | EF | 5D | 2D |
| Octal | 10 | 14 | 335 | 140 | 137 | 0 | 15 | 357 | 135 | 55 |
| Binary | 1000 | 1100 | 11011101 | 1100000 | 1011111 | 0 | 1101 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080CDD
Complementary color
Monochromatic Colors of #080CDD
Black with #080CDD
Text Example
Text Example
White with #080CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CDD; }
p { color: rgb(8,12,221); }
H1.HeaderClassName
{
color: #080CDD;
}
.AnyTagClassName
{
color: #080CDD;
}
</style>
background-color css
<style>
a { background-color: #080CDD; }
a { background-color: rgb(8,12,221); }
div.DivClassName
{
background-color: #080CDD;
}
.BgClassName
{
background-color: #080CDD;
}
</style>
border-color css
<style>
span { border-color: #080CDD; }
span { border-color: rgb(8,12,221); }
td.TdClassName
{
border-color: #080CDD;
}
.TagClassName
{
border-color: #080CDD;
}
</style>