Shades of Medium Blue #0018DF
Tints of Medium Blue #0018DF
RGB
CMYK
RGB Variations
Color information
#0018DF (or 0x0018DF) is known color: Medium Blue. HEX triplet: 00, 18 and DF. RGB value is (0,24,223). Sum of RGB (Red+Green+Blue) = 0+24+223=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #0018DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018DF is #FFE720. Grayscale: #262626. Windows color (decimal): -16770849 or 14620672. OLE color: 14620672.
HSL color Cylindrical-coordinate representation of color #0018DF: hue angle of 233.54º 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 #0018DF is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 24 | 223 | - |
| CMYK | 1 | 0.89 | 0 | 0.13 |
| HSL | 233.54º | 1% | 0.44% | - |
| HSV(B) | 233.54º | 1% | 0.87% | - |
| XYZ | 13.65 | 5.98 | 70.25 | - |
| YUV | 39.51 | 231.55 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 223 | 1 | 0.89 | 0 | 0.13 | 233.54 | 1 | 0.44 |
| Hex | 0 | 18 | DF | 64 | 59 | 0 | D | EA | 64 | 2C |
| Octal | 0 | 30 | 337 | 144 | 131 | 0 | 15 | 352 | 144 | 54 |
| Binary | 0 | 11000 | 11011111 | 1100100 | 1011001 | 0 | 1101 | 11101010 | 1100100 | 101100 |
Color Harmonies of #0018DF
Complementary color
Monochromatic Colors of #0018DF
Black with #0018DF
Text Example
Text Example
White with #0018DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018DF; }
p { color: rgb(0,24,223); }
H1.HeaderClassName
{
color: #0018DF;
}
.AnyTagClassName
{
color: #0018DF;
}
</style>
background-color css
<style>
a { background-color: #0018DF; }
a { background-color: rgb(0,24,223); }
div.DivClassName
{
background-color: #0018DF;
}
.BgClassName
{
background-color: #0018DF;
}
</style>
border-color css
<style>
span { border-color: #0018DF; }
span { border-color: rgb(0,24,223); }
td.TdClassName
{
border-color: #0018DF;
}
.TagClassName
{
border-color: #0018DF;
}
</style>