Shades of Dodger Blue #018DEC
Tints of Dodger Blue #018DEC
RGB
CMYK
RGB Variations
Color information
#018DEC (or 0x018DEC) is known color: Dodger Blue. HEX triplet: 01, 8D and EC. RGB value is (1,141,236). Sum of RGB (Red+Green+Blue) = 1+141+236=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #018DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DEC is #FE7213. Grayscale: #6D6D6D. Windows color (decimal): -16675348 or 15502593. OLE color: 15502593.
HSL color Cylindrical-coordinate representation of color #018DEC: hue angle of 204.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DEC is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 141 | 236 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.07 |
| HSL | 204.26º | 0.99% | 0.46% | - |
| HSV(B) | 204.26º | 1% | 0.93% | - |
| XYZ | 24.68 | 25.11 | 82.9 | - |
| YUV | 109.97 | 199.12 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 236 | 1.00 | 0.40 | 0 | 0.07 | 204.26 | 0.99 | 0.46 |
| Hex | 1 | 8D | EC | 64 | 28 | 0 | 7 | CC | 63 | 2E |
| Octal | 1 | 215 | 354 | 144 | 50 | 0 | 7 | 314 | 143 | 56 |
| Binary | 1 | 10001101 | 11101100 | 1100100 | 101000 | 0 | 111 | 11001100 | 1100011 | 101110 |
Color Harmonies of #018DEC
Complementary color
Monochromatic Colors of #018DEC
Black with #018DEC
Text Example
Text Example
White with #018DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DEC; }
p { color: rgb(1,141,236); }
H1.HeaderClassName
{
color: #018DEC;
}
.AnyTagClassName
{
color: #018DEC;
}
</style>
background-color css
<style>
a { background-color: #018DEC; }
a { background-color: rgb(1,141,236); }
div.DivClassName
{
background-color: #018DEC;
}
.BgClassName
{
background-color: #018DEC;
}
</style>
border-color css
<style>
span { border-color: #018DEC; }
span { border-color: rgb(1,141,236); }
td.TdClassName
{
border-color: #018DEC;
}
.TagClassName
{
border-color: #018DEC;
}
</style>