Shades of Dodger Blue #018EFF
Tints of Dodger Blue #018EFF
RGB
CMYK
RGB Variations
Color information
#018EFF (or 0x018EFF) is known color: Dodger Blue. HEX triplet: 01, 8E and FF. RGB value is (1,142,255). Sum of RGB (Red+Green+Blue) = 1+142+255=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #018EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EFF is #FE7100. Grayscale: #707070. Windows color (decimal): -16675073 or 16748033. OLE color: 16748033.
HSL color Cylindrical-coordinate representation of color #018EFF: hue angle of 206.69º 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 #018EFF is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 142 | 255 | - |
| CMYK | 1.00 | 0.44 | 0 | 0 |
| HSL | 206.69º | 1% | 0.5% | - |
| HSV(B) | 206.69º | 1% | 1% | - |
| XYZ | 27.74 | 26.57 | 98.27 | - |
| YUV | 112.72 | 208.29 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 255 | 1.00 | 0.44 | 0 | 0 | 206.69 | 1 | 0.5 |
| Hex | 1 | 8E | FF | 64 | 2C | 0 | 0 | CF | 64 | 32 |
| Octal | 1 | 216 | 377 | 144 | 54 | 0 | 0 | 317 | 144 | 62 |
| Binary | 1 | 10001110 | 11111111 | 1100100 | 101100 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #018EFF
Complementary color
Monochromatic Colors of #018EFF
Black with #018EFF
Text Example
Text Example
White with #018EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EFF; }
p { color: rgb(1,142,255); }
H1.HeaderClassName
{
color: #018EFF;
}
.AnyTagClassName
{
color: #018EFF;
}
</style>
background-color css
<style>
a { background-color: #018EFF; }
a { background-color: rgb(1,142,255); }
div.DivClassName
{
background-color: #018EFF;
}
.BgClassName
{
background-color: #018EFF;
}
</style>
border-color css
<style>
span { border-color: #018EFF; }
span { border-color: rgb(1,142,255); }
td.TdClassName
{
border-color: #018EFF;
}
.TagClassName
{
border-color: #018EFF;
}
</style>