Shades of Medium Blue #080ADF
Tints of Medium Blue #080ADF
RGB
CMYK
RGB Variations
Color information
#080ADF (or 0x080ADF) is known color: Medium Blue. HEX triplet: 08, 0A and DF. RGB value is (8,10,223). Sum of RGB (Red+Green+Blue) = 8+10+223=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #080ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ADF is #F7F520. Grayscale: #202020. Windows color (decimal): -16250145 or 14617096. OLE color: 14617096.
HSL color Cylindrical-coordinate representation of color #080ADF: hue angle of 239.44º 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 #080ADF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 10 | 223 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.13 |
| HSL | 239.44º | 0.93% | 0.45% | - |
| HSV(B) | 239.44º | 0.96% | 0.87% | - |
| XYZ | 13.53 | 5.6 | 70.18 | - |
| YUV | 33.68 | 234.84 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 223 | 0.96 | 0.96 | 0 | 0.13 | 239.44 | 0.93 | 0.45 |
| Hex | 8 | A | DF | 60 | 60 | 0 | D | EF | 5D | 2D |
| Octal | 10 | 12 | 337 | 140 | 140 | 0 | 15 | 357 | 135 | 55 |
| Binary | 1000 | 1010 | 11011111 | 1100000 | 1100000 | 0 | 1101 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080ADF
Complementary color
Monochromatic Colors of #080ADF
Black with #080ADF
Text Example
Text Example
White with #080ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080ADF; }
p { color: rgb(8,10,223); }
H1.HeaderClassName
{
color: #080ADF;
}
.AnyTagClassName
{
color: #080ADF;
}
</style>
background-color css
<style>
a { background-color: #080ADF; }
a { background-color: rgb(8,10,223); }
div.DivClassName
{
background-color: #080ADF;
}
.BgClassName
{
background-color: #080ADF;
}
</style>
border-color css
<style>
span { border-color: #080ADF; }
span { border-color: rgb(8,10,223); }
td.TdClassName
{
border-color: #080ADF;
}
.TagClassName
{
border-color: #080ADF;
}
</style>