Shades of Dodger Blue #018DEE
Tints of Dodger Blue #018DEE
RGB
CMYK
RGB Variations
Color information
#018DEE (or 0x018DEE) is known color: Dodger Blue. HEX triplet: 01, 8D and EE. RGB value is (1,141,238). Sum of RGB (Red+Green+Blue) = 1+141+238=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #018DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DEE is #FE7211. Grayscale: #6D6D6D. Windows color (decimal): -16675346 or 15633665. OLE color: 15633665.
HSL color Cylindrical-coordinate representation of color #018DEE: hue angle of 204.56º 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 #018DEE is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 141 | 238 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.07 |
| HSL | 204.56º | 0.99% | 0.47% | - |
| HSV(B) | 204.56º | 1% | 0.93% | - |
| XYZ | 24.97 | 25.23 | 84.44 | - |
| YUV | 110.2 | 200.12 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 238 | 1.00 | 0.41 | 0 | 0.07 | 204.56 | 0.99 | 0.47 |
| Hex | 1 | 8D | EE | 64 | 29 | 0 | 7 | CD | 63 | 2F |
| Octal | 1 | 215 | 356 | 144 | 51 | 0 | 7 | 315 | 143 | 57 |
| Binary | 1 | 10001101 | 11101110 | 1100100 | 101001 | 0 | 111 | 11001101 | 1100011 | 101111 |
Color Harmonies of #018DEE
Complementary color
Monochromatic Colors of #018DEE
Black with #018DEE
Text Example
Text Example
White with #018DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DEE; }
p { color: rgb(1,141,238); }
H1.HeaderClassName
{
color: #018DEE;
}
.AnyTagClassName
{
color: #018DEE;
}
</style>
background-color css
<style>
a { background-color: #018DEE; }
a { background-color: rgb(1,141,238); }
div.DivClassName
{
background-color: #018DEE;
}
.BgClassName
{
background-color: #018DEE;
}
</style>
border-color css
<style>
span { border-color: #018DEE; }
span { border-color: rgb(1,141,238); }
td.TdClassName
{
border-color: #018DEE;
}
.TagClassName
{
border-color: #018DEE;
}
</style>