Shades of Medium Blue #0018D8
Tints of Medium Blue #0018D8
RGB
CMYK
RGB Variations
Color information
#0018D8 (or 0x0018D8) is known color: Medium Blue. HEX triplet: 00, 18 and D8. RGB value is (0,24,216). Sum of RGB (Red+Green+Blue) = 0+24+216=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 216 (84.77% from 255 or 90% from 240); Max value from RGB is 216 - color contains mainly: blue. Hex color #0018D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018D8 is #FFE727. Grayscale: #252525. Windows color (decimal): -16770856 or 14161920. OLE color: 14161920.
HSL color Cylindrical-coordinate representation of color #0018D8: hue angle of 233.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018D8 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 24 | 216 | - |
| CMYK | 1 | 0.89 | 0 | 0.15 |
| HSL | 233.33º | 1% | 0.42% | - |
| HSV(B) | 233.33º | 1% | 0.85% | - |
| XYZ | 12.72 | 5.61 | 65.38 | - |
| YUV | 38.71 | 228.05 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 216 | 1 | 0.89 | 0 | 0.15 | 233.33 | 1 | 0.42 |
| Hex | 0 | 18 | D8 | 64 | 59 | 0 | F | E9 | 64 | 2A |
| Octal | 0 | 30 | 330 | 144 | 131 | 0 | 17 | 351 | 144 | 52 |
| Binary | 0 | 11000 | 11011000 | 1100100 | 1011001 | 0 | 1111 | 11101001 | 1100100 | 101010 |
Color Harmonies of #0018D8
Complementary color
Monochromatic Colors of #0018D8
Black with #0018D8
Text Example
Text Example
White with #0018D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018D8; }
p { color: rgb(0,24,216); }
H1.HeaderClassName
{
color: #0018D8;
}
.AnyTagClassName
{
color: #0018D8;
}
</style>
background-color css
<style>
a { background-color: #0018D8; }
a { background-color: rgb(0,24,216); }
div.DivClassName
{
background-color: #0018D8;
}
.BgClassName
{
background-color: #0018D8;
}
</style>
border-color css
<style>
span { border-color: #0018D8; }
span { border-color: rgb(0,24,216); }
td.TdClassName
{
border-color: #0018D8;
}
.TagClassName
{
border-color: #0018D8;
}
</style>