Shades of Dodger Blue #018DF7
Tints of Dodger Blue #018DF7
RGB
CMYK
RGB Variations
Color information
#018DF7 (or 0x018DF7) is known color: Dodger Blue. HEX triplet: 01, 8D and F7. RGB value is (1,141,247). Sum of RGB (Red+Green+Blue) = 1+141+247=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #018DF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DF7 is #FE7208. Grayscale: #6E6E6E. Windows color (decimal): -16675337 or 16223489. OLE color: 16223489.
HSL color Cylindrical-coordinate representation of color #018DF7: hue angle of 205.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DF7 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 141 | 247 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.03 |
| HSL | 205.85º | 0.99% | 0.49% | - |
| HSV(B) | 205.85º | 1% | 0.97% | - |
| XYZ | 26.33 | 25.77 | 91.58 | - |
| YUV | 111.22 | 204.62 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 247 | 1.00 | 0.43 | 0 | 0.03 | 205.85 | 0.99 | 0.49 |
| Hex | 1 | 8D | F7 | 64 | 2B | 0 | 3 | CE | 63 | 31 |
| Octal | 1 | 215 | 367 | 144 | 53 | 0 | 3 | 316 | 143 | 61 |
| Binary | 1 | 10001101 | 11110111 | 1100100 | 101011 | 0 | 11 | 11001110 | 1100011 | 110001 |
Color Harmonies of #018DF7
Complementary color
Monochromatic Colors of #018DF7
Black with #018DF7
Text Example
Text Example
White with #018DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DF7; }
p { color: rgb(1,141,247); }
H1.HeaderClassName
{
color: #018DF7;
}
.AnyTagClassName
{
color: #018DF7;
}
</style>
background-color css
<style>
a { background-color: #018DF7; }
a { background-color: rgb(1,141,247); }
div.DivClassName
{
background-color: #018DF7;
}
.BgClassName
{
background-color: #018DF7;
}
</style>
border-color css
<style>
span { border-color: #018DF7; }
span { border-color: rgb(1,141,247); }
td.TdClassName
{
border-color: #018DF7;
}
.TagClassName
{
border-color: #018DF7;
}
</style>