Shades of Dodger Blue #018DFE
Tints of Dodger Blue #018DFE
RGB
CMYK
RGB Variations
Color information
#018DFE (or 0x018DFE) is known color: Dodger Blue. HEX triplet: 01, 8D and FE. RGB value is (1,141,254). Sum of RGB (Red+Green+Blue) = 1+141+254=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #018DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DFE is #FE7201. Grayscale: #6F6F6F. Windows color (decimal): -16675330 or 16682241. OLE color: 16682241.
HSL color Cylindrical-coordinate representation of color #018DFE: hue angle of 206.8º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DFE is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 141 | 254 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.00 |
| HSL | 206.8º | 0.99% | 0.5% | - |
| HSV(B) | 206.8º | 1% | 1% | - |
| XYZ | 27.43 | 26.21 | 97.38 | - |
| YUV | 112.02 | 208.12 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 254 | 1.00 | 0.44 | 0 | 0.00 | 206.8 | 0.99 | 0.5 |
| Hex | 1 | 8D | FE | 64 | 2C | 0 | 0 | CF | 63 | 32 |
| Octal | 1 | 215 | 376 | 144 | 54 | 0 | 0 | 317 | 143 | 62 |
| Binary | 1 | 10001101 | 11111110 | 1100100 | 101100 | 0 | 0 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018DFE
Complementary color
Monochromatic Colors of #018DFE
Black with #018DFE
Text Example
Text Example
White with #018DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DFE; }
p { color: rgb(1,141,254); }
H1.HeaderClassName
{
color: #018DFE;
}
.AnyTagClassName
{
color: #018DFE;
}
</style>
background-color css
<style>
a { background-color: #018DFE; }
a { background-color: rgb(1,141,254); }
div.DivClassName
{
background-color: #018DFE;
}
.BgClassName
{
background-color: #018DFE;
}
</style>
border-color css
<style>
span { border-color: #018DFE; }
span { border-color: rgb(1,141,254); }
td.TdClassName
{
border-color: #018DFE;
}
.TagClassName
{
border-color: #018DFE;
}
</style>