Shades of Medium Blue #0010DE
Tints of Medium Blue #0010DE
RGB
CMYK
RGB Variations
Color information
#0010DE (or 0x0010DE) is known color: Medium Blue. HEX triplet: 00, 10 and DE. RGB value is (0,16,222). Sum of RGB (Red+Green+Blue) = 0+16+222=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0010DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010DE is #FFEF21. Grayscale: #212121. Windows color (decimal): -16772898 or 14553088. OLE color: 14553088.
HSL color Cylindrical-coordinate representation of color #0010DE: hue angle of 235.68º 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 #0010DE is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 16 | 222 | - |
| CMYK | 1 | 0.93 | 0 | 0.13 |
| HSL | 235.68º | 1% | 0.44% | - |
| HSV(B) | 235.68º | 1% | 0.87% | - |
| XYZ | 13.37 | 5.64 | 69.49 | - |
| YUV | 34.7 | 233.7 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 222 | 1 | 0.93 | 0 | 0.13 | 235.68 | 1 | 0.44 |
| Hex | 0 | 10 | DE | 64 | 5D | 0 | D | EC | 64 | 2C |
| Octal | 0 | 20 | 336 | 144 | 135 | 0 | 15 | 354 | 144 | 54 |
| Binary | 0 | 10000 | 11011110 | 1100100 | 1011101 | 0 | 1101 | 11101100 | 1100100 | 101100 |
Color Harmonies of #0010DE
Complementary color
Monochromatic Colors of #0010DE
Black with #0010DE
Text Example
Text Example
White with #0010DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010DE; }
p { color: rgb(0,16,222); }
H1.HeaderClassName
{
color: #0010DE;
}
.AnyTagClassName
{
color: #0010DE;
}
</style>
background-color css
<style>
a { background-color: #0010DE; }
a { background-color: rgb(0,16,222); }
div.DivClassName
{
background-color: #0010DE;
}
.BgClassName
{
background-color: #0010DE;
}
</style>
border-color css
<style>
span { border-color: #0010DE; }
span { border-color: rgb(0,16,222); }
td.TdClassName
{
border-color: #0010DE;
}
.TagClassName
{
border-color: #0010DE;
}
</style>