Shades of Dodger Blue #018DED
Tints of Dodger Blue #018DED
RGB
CMYK
RGB Variations
Color information
#018DED (or 0x018DED) is known color: Dodger Blue. HEX triplet: 01, 8D and ED. RGB value is (1,141,237). Sum of RGB (Red+Green+Blue) = 1+141+237=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #018DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DED is #FE7212. Grayscale: #6D6D6D. Windows color (decimal): -16675347 or 15568129. OLE color: 15568129.
HSL color Cylindrical-coordinate representation of color #018DED: hue angle of 204.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DED is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 141 | 237 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.07 |
| HSL | 204.41º | 0.99% | 0.47% | - |
| HSV(B) | 204.41º | 1% | 0.93% | - |
| XYZ | 24.82 | 25.17 | 83.67 | - |
| YUV | 110.08 | 199.62 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 237 | 1.00 | 0.41 | 0 | 0.07 | 204.41 | 0.99 | 0.47 |
| Hex | 1 | 8D | ED | 64 | 29 | 0 | 7 | CC | 63 | 2F |
| Octal | 1 | 215 | 355 | 144 | 51 | 0 | 7 | 314 | 143 | 57 |
| Binary | 1 | 10001101 | 11101101 | 1100100 | 101001 | 0 | 111 | 11001100 | 1100011 | 101111 |
Color Harmonies of #018DED
Complementary color
Monochromatic Colors of #018DED
Black with #018DED
Text Example
Text Example
White with #018DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DED; }
p { color: rgb(1,141,237); }
H1.HeaderClassName
{
color: #018DED;
}
.AnyTagClassName
{
color: #018DED;
}
</style>
background-color css
<style>
a { background-color: #018DED; }
a { background-color: rgb(1,141,237); }
div.DivClassName
{
background-color: #018DED;
}
.BgClassName
{
background-color: #018DED;
}
</style>
border-color css
<style>
span { border-color: #018DED; }
span { border-color: rgb(1,141,237); }
td.TdClassName
{
border-color: #018DED;
}
.TagClassName
{
border-color: #018DED;
}
</style>