Shades of Medium Blue #0818DC
Tints of Medium Blue #0818DC
RGB
CMYK
RGB Variations
Color information
#0818DC (or 0x0818DC) is known color: Medium Blue. HEX triplet: 08, 18 and DC. RGB value is (8,24,220). Sum of RGB (Red+Green+Blue) = 8+24+220=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #0818DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0818DC is #F7E723. Grayscale: #282828. Windows color (decimal): -16246564 or 14424072. OLE color: 14424072.
HSL color Cylindrical-coordinate representation of color #0818DC: hue angle of 235.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0818DC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 24 | 220 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.14 |
| HSL | 235.47º | 0.93% | 0.45% | - |
| HSV(B) | 235.47º | 0.96% | 0.86% | - |
| XYZ | 13.35 | 5.87 | 68.14 | - |
| YUV | 41.56 | 228.7 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 220 | 0.96 | 0.89 | 0 | 0.14 | 235.47 | 0.93 | 0.45 |
| Hex | 8 | 18 | DC | 60 | 59 | 0 | E | EB | 5D | 2D |
| Octal | 10 | 30 | 334 | 140 | 131 | 0 | 16 | 353 | 135 | 55 |
| Binary | 1000 | 11000 | 11011100 | 1100000 | 1011001 | 0 | 1110 | 11101011 | 1011101 | 101101 |
Color Harmonies of #0818DC
Complementary color
Monochromatic Colors of #0818DC
Black with #0818DC
Text Example
Text Example
White with #0818DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0818DC; }
p { color: rgb(8,24,220); }
H1.HeaderClassName
{
color: #0818DC;
}
.AnyTagClassName
{
color: #0818DC;
}
</style>
background-color css
<style>
a { background-color: #0818DC; }
a { background-color: rgb(8,24,220); }
div.DivClassName
{
background-color: #0818DC;
}
.BgClassName
{
background-color: #0818DC;
}
</style>
border-color css
<style>
span { border-color: #0818DC; }
span { border-color: rgb(8,24,220); }
td.TdClassName
{
border-color: #0818DC;
}
.TagClassName
{
border-color: #0818DC;
}
</style>