Shades of Medium Blue #0114DD
Tints of Medium Blue #0114DD
RGB
CMYK
RGB Variations
Color information
#0114DD (or 0x0114DD) is known color: Medium Blue. HEX triplet: 01, 14 and DD. RGB value is (1,20,221). Sum of RGB (Red+Green+Blue) = 1+20+221=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #0114DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114DD is #FEEB22. Grayscale: #242424. Windows color (decimal): -16706339 or 14488577. OLE color: 14488577.
HSL color Cylindrical-coordinate representation of color #0114DD: hue angle of 234.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0114DD is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 20 | 221 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.13 |
| HSL | 234.82º | 0.99% | 0.44% | - |
| HSV(B) | 234.82º | 1% | 0.87% | - |
| XYZ | 13.31 | 5.73 | 68.81 | - |
| YUV | 37.23 | 231.71 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 221 | 1.00 | 0.91 | 0 | 0.13 | 234.82 | 0.99 | 0.44 |
| Hex | 1 | 14 | DD | 64 | 5B | 0 | D | EB | 63 | 2C |
| Octal | 1 | 24 | 335 | 144 | 133 | 0 | 15 | 353 | 143 | 54 |
| Binary | 1 | 10100 | 11011101 | 1100100 | 1011011 | 0 | 1101 | 11101011 | 1100011 | 101100 |
Color Harmonies of #0114DD
Complementary color
Monochromatic Colors of #0114DD
Black with #0114DD
Text Example
Text Example
White with #0114DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0114DD; }
p { color: rgb(1,20,221); }
H1.HeaderClassName
{
color: #0114DD;
}
.AnyTagClassName
{
color: #0114DD;
}
</style>
background-color css
<style>
a { background-color: #0114DD; }
a { background-color: rgb(1,20,221); }
div.DivClassName
{
background-color: #0114DD;
}
.BgClassName
{
background-color: #0114DD;
}
</style>
border-color css
<style>
span { border-color: #0114DD; }
span { border-color: rgb(1,20,221); }
td.TdClassName
{
border-color: #0114DD;
}
.TagClassName
{
border-color: #0114DD;
}
</style>