Shades of Medium Blue #081FDF
Tints of Medium Blue #081FDF
RGB
CMYK
RGB Variations
Color information
#081FDF (or 0x081FDF) is known color: Medium Blue. HEX triplet: 08, 1F and DF. RGB value is (8,31,223). Sum of RGB (Red+Green+Blue) = 8+31+223=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #081FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FDF is #F7E020. Grayscale: #2D2D2D. Windows color (decimal): -16244769 or 14622472. OLE color: 14622472.
HSL color Cylindrical-coordinate representation of color #081FDF: hue angle of 233.58º 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 #081FDF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 31 | 223 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 233.58º | 0.93% | 0.45% | - |
| HSV(B) | 233.58º | 0.96% | 0.87% | - |
| XYZ | 13.91 | 6.36 | 70.31 | - |
| YUV | 46.01 | 227.88 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 223 | 0.96 | 0.86 | 0 | 0.13 | 233.58 | 0.93 | 0.45 |
| Hex | 8 | 1F | DF | 60 | 56 | 0 | D | EA | 5D | 2D |
| Octal | 10 | 37 | 337 | 140 | 126 | 0 | 15 | 352 | 135 | 55 |
| Binary | 1000 | 11111 | 11011111 | 1100000 | 1010110 | 0 | 1101 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081FDF
Complementary color
Monochromatic Colors of #081FDF
Black with #081FDF
Text Example
Text Example
White with #081FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081FDF; }
p { color: rgb(8,31,223); }
H1.HeaderClassName
{
color: #081FDF;
}
.AnyTagClassName
{
color: #081FDF;
}
</style>
background-color css
<style>
a { background-color: #081FDF; }
a { background-color: rgb(8,31,223); }
div.DivClassName
{
background-color: #081FDF;
}
.BgClassName
{
background-color: #081FDF;
}
</style>
border-color css
<style>
span { border-color: #081FDF; }
span { border-color: rgb(8,31,223); }
td.TdClassName
{
border-color: #081FDF;
}
.TagClassName
{
border-color: #081FDF;
}
</style>