Shades of Medium Blue #080DDF
Tints of Medium Blue #080DDF
RGB
CMYK
RGB Variations
Color information
#080DDF (or 0x080DDF) is known color: Medium Blue. HEX triplet: 08, 0D and DF. RGB value is (8,13,223). Sum of RGB (Red+Green+Blue) = 8+13+223=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #080DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DDF is #F7F220. Grayscale: #222222. Windows color (decimal): -16249377 or 14617864. OLE color: 14617864.
HSL color Cylindrical-coordinate representation of color #080DDF: hue angle of 238.6º 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 #080DDF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 13 | 223 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.13 |
| HSL | 238.6º | 0.93% | 0.45% | - |
| HSV(B) | 238.6º | 0.96% | 0.87% | - |
| XYZ | 13.56 | 5.67 | 70.19 | - |
| YUV | 35.45 | 233.84 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 223 | 0.96 | 0.94 | 0 | 0.13 | 238.6 | 0.93 | 0.45 |
| Hex | 8 | D | DF | 60 | 5E | 0 | D | EF | 5D | 2D |
| Octal | 10 | 15 | 337 | 140 | 136 | 0 | 15 | 357 | 135 | 55 |
| Binary | 1000 | 1101 | 11011111 | 1100000 | 1011110 | 0 | 1101 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080DDF
Complementary color
Monochromatic Colors of #080DDF
Black with #080DDF
Text Example
Text Example
White with #080DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DDF; }
p { color: rgb(8,13,223); }
H1.HeaderClassName
{
color: #080DDF;
}
.AnyTagClassName
{
color: #080DDF;
}
</style>
background-color css
<style>
a { background-color: #080DDF; }
a { background-color: rgb(8,13,223); }
div.DivClassName
{
background-color: #080DDF;
}
.BgClassName
{
background-color: #080DDF;
}
</style>
border-color css
<style>
span { border-color: #080DDF; }
span { border-color: rgb(8,13,223); }
td.TdClassName
{
border-color: #080DDF;
}
.TagClassName
{
border-color: #080DDF;
}
</style>