Shades of Medium Blue #0018DE
Tints of Medium Blue #0018DE
RGB
CMYK
RGB Variations
Color information
#0018DE (or 0x0018DE) is known color: Medium Blue. HEX triplet: 00, 18 and DE. RGB value is (0,24,222). Sum of RGB (Red+Green+Blue) = 0+24+222=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 222 (87.11% from 255 or 90.24% from 246); Max value from RGB is 222 - color contains mainly: blue. Hex color #0018DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018DE is #FFE721. Grayscale: #262626. Windows color (decimal): -16770850 or 14555136. OLE color: 14555136.
HSL color Cylindrical-coordinate representation of color #0018DE: hue angle of 233.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018DE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 24 | 222 | - |
| CMYK | 1 | 0.89 | 0 | 0.13 |
| HSL | 233.51º | 1% | 0.44% | - |
| HSV(B) | 233.51º | 1% | 0.87% | - |
| XYZ | 13.51 | 5.93 | 69.54 | - |
| YUV | 39.4 | 231.05 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 222 | 1 | 0.89 | 0 | 0.13 | 233.51 | 1 | 0.44 |
| Hex | 0 | 18 | DE | 64 | 59 | 0 | D | EA | 64 | 2C |
| Octal | 0 | 30 | 336 | 144 | 131 | 0 | 15 | 352 | 144 | 54 |
| Binary | 0 | 11000 | 11011110 | 1100100 | 1011001 | 0 | 1101 | 11101010 | 1100100 | 101100 |
Color Harmonies of #0018DE
Complementary color
Monochromatic Colors of #0018DE
Black with #0018DE
Text Example
Text Example
White with #0018DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018DE; }
p { color: rgb(0,24,222); }
H1.HeaderClassName
{
color: #0018DE;
}
.AnyTagClassName
{
color: #0018DE;
}
</style>
background-color css
<style>
a { background-color: #0018DE; }
a { background-color: rgb(0,24,222); }
div.DivClassName
{
background-color: #0018DE;
}
.BgClassName
{
background-color: #0018DE;
}
</style>
border-color css
<style>
span { border-color: #0018DE; }
span { border-color: rgb(0,24,222); }
td.TdClassName
{
border-color: #0018DE;
}
.TagClassName
{
border-color: #0018DE;
}
</style>