Shades of Medium Blue #0018DC
Tints of Medium Blue #0018DC
RGB
CMYK
RGB Variations
Color information
#0018DC (or 0x0018DC) is known color: Medium Blue. HEX triplet: 00, 18 and DC. RGB value is (0,24,220). Sum of RGB (Red+Green+Blue) = 0+24+220=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #0018DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018DC is #FFE723. Grayscale: #262626. Windows color (decimal): -16770852 or 14424064. OLE color: 14424064.
HSL color Cylindrical-coordinate representation of color #0018DC: hue angle of 233.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018DC is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 24 | 220 | - |
| CMYK | 1 | 0.89 | 0 | 0.14 |
| HSL | 233.45º | 1% | 0.43% | - |
| HSV(B) | 233.45º | 1% | 0.86% | - |
| XYZ | 13.24 | 5.82 | 68.14 | - |
| YUV | 39.17 | 230.05 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 220 | 1 | 0.89 | 0 | 0.14 | 233.45 | 1 | 0.43 |
| Hex | 0 | 18 | DC | 64 | 59 | 0 | E | E9 | 64 | 2B |
| Octal | 0 | 30 | 334 | 144 | 131 | 0 | 16 | 351 | 144 | 53 |
| Binary | 0 | 11000 | 11011100 | 1100100 | 1011001 | 0 | 1110 | 11101001 | 1100100 | 101011 |
Color Harmonies of #0018DC
Complementary color
Monochromatic Colors of #0018DC
Black with #0018DC
Text Example
Text Example
White with #0018DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018DC; }
p { color: rgb(0,24,220); }
H1.HeaderClassName
{
color: #0018DC;
}
.AnyTagClassName
{
color: #0018DC;
}
</style>
background-color css
<style>
a { background-color: #0018DC; }
a { background-color: rgb(0,24,220); }
div.DivClassName
{
background-color: #0018DC;
}
.BgClassName
{
background-color: #0018DC;
}
</style>
border-color css
<style>
span { border-color: #0018DC; }
span { border-color: rgb(0,24,220); }
td.TdClassName
{
border-color: #0018DC;
}
.TagClassName
{
border-color: #0018DC;
}
</style>