Shades of Dodger Blue #018DFF
Tints of Dodger Blue #018DFF
RGB
CMYK
RGB Variations
Color information
#018DFF (or 0x018DFF) is known color: Dodger Blue. HEX triplet: 01, 8D and FF. RGB value is (1,141,255). Sum of RGB (Red+Green+Blue) = 1+141+255=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #018DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DFF is #FE7200. Grayscale: #6F6F6F. Windows color (decimal): -16675329 or 16747777. OLE color: 16747777.
HSL color Cylindrical-coordinate representation of color #018DFF: hue angle of 206.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DFF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 141 | 255 | - |
| CMYK | 1.00 | 0.45 | 0 | 0 |
| HSL | 206.93º | 1% | 0.5% | - |
| HSV(B) | 206.93º | 1% | 1% | - |
| XYZ | 27.59 | 26.28 | 98.23 | - |
| YUV | 112.14 | 208.62 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 255 | 1.00 | 0.45 | 0 | 0 | 206.93 | 1 | 0.5 |
| Hex | 1 | 8D | FF | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 1 | 215 | 377 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 1 | 10001101 | 11111111 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #018DFF
Complementary color
Monochromatic Colors of #018DFF
Black with #018DFF
Text Example
Text Example
White with #018DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DFF; }
p { color: rgb(1,141,255); }
H1.HeaderClassName
{
color: #018DFF;
}
.AnyTagClassName
{
color: #018DFF;
}
</style>
background-color css
<style>
a { background-color: #018DFF; }
a { background-color: rgb(1,141,255); }
div.DivClassName
{
background-color: #018DFF;
}
.BgClassName
{
background-color: #018DFF;
}
</style>
border-color css
<style>
span { border-color: #018DFF; }
span { border-color: rgb(1,141,255); }
td.TdClassName
{
border-color: #018DFF;
}
.TagClassName
{
border-color: #018DFF;
}
</style>