Shades of Medium Blue #0812DF
Tints of Medium Blue #0812DF
RGB
CMYK
RGB Variations
Color information
#0812DF (or 0x0812DF) is known color: Medium Blue. HEX triplet: 08, 12 and DF. RGB value is (8,18,223). Sum of RGB (Red+Green+Blue) = 8+18+223=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #0812DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812DF is #F7ED20. Grayscale: #252525. Windows color (decimal): -16248097 or 14619144. OLE color: 14619144.
HSL color Cylindrical-coordinate representation of color #0812DF: hue angle of 237.21º 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 #0812DF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 18 | 223 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.13 |
| HSL | 237.21º | 0.93% | 0.45% | - |
| HSV(B) | 237.21º | 0.96% | 0.87% | - |
| XYZ | 13.64 | 5.81 | 70.22 | - |
| YUV | 38.38 | 232.19 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 223 | 0.96 | 0.92 | 0 | 0.13 | 237.21 | 0.93 | 0.45 |
| Hex | 8 | 12 | DF | 60 | 5C | 0 | D | ED | 5D | 2D |
| Octal | 10 | 22 | 337 | 140 | 134 | 0 | 15 | 355 | 135 | 55 |
| Binary | 1000 | 10010 | 11011111 | 1100000 | 1011100 | 0 | 1101 | 11101101 | 1011101 | 101101 |
Color Harmonies of #0812DF
Complementary color
Monochromatic Colors of #0812DF
Black with #0812DF
Text Example
Text Example
White with #0812DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0812DF; }
p { color: rgb(8,18,223); }
H1.HeaderClassName
{
color: #0812DF;
}
.AnyTagClassName
{
color: #0812DF;
}
</style>
background-color css
<style>
a { background-color: #0812DF; }
a { background-color: rgb(8,18,223); }
div.DivClassName
{
background-color: #0812DF;
}
.BgClassName
{
background-color: #0812DF;
}
</style>
border-color css
<style>
span { border-color: #0812DF; }
span { border-color: rgb(8,18,223); }
td.TdClassName
{
border-color: #0812DF;
}
.TagClassName
{
border-color: #0812DF;
}
</style>