Shades of Dodger Blue #018BEC
Tints of Dodger Blue #018BEC
RGB
CMYK
RGB Variations
Color information
#018BEC (or 0x018BEC) is known color: Dodger Blue. HEX triplet: 01, 8B and EC. RGB value is (1,139,236). Sum of RGB (Red+Green+Blue) = 1+139+236=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #018BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BEC is #FE7413. Grayscale: #6C6C6C. Windows color (decimal): -16675860 or 15502081. OLE color: 15502081.
HSL color Cylindrical-coordinate representation of color #018BEC: hue angle of 204.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BEC is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 139 | 236 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.07 |
| HSL | 204.77º | 0.99% | 0.46% | - |
| HSV(B) | 204.77º | 1% | 0.93% | - |
| XYZ | 24.39 | 24.53 | 82.81 | - |
| YUV | 108.8 | 199.78 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 236 | 1.00 | 0.41 | 0 | 0.07 | 204.77 | 0.99 | 0.46 |
| Hex | 1 | 8B | EC | 64 | 29 | 0 | 7 | CD | 63 | 2E |
| Octal | 1 | 213 | 354 | 144 | 51 | 0 | 7 | 315 | 143 | 56 |
| Binary | 1 | 10001011 | 11101100 | 1100100 | 101001 | 0 | 111 | 11001101 | 1100011 | 101110 |
Color Harmonies of #018BEC
Complementary color
Monochromatic Colors of #018BEC
Black with #018BEC
Text Example
Text Example
White with #018BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BEC; }
p { color: rgb(1,139,236); }
H1.HeaderClassName
{
color: #018BEC;
}
.AnyTagClassName
{
color: #018BEC;
}
</style>
background-color css
<style>
a { background-color: #018BEC; }
a { background-color: rgb(1,139,236); }
div.DivClassName
{
background-color: #018BEC;
}
.BgClassName
{
background-color: #018BEC;
}
</style>
border-color css
<style>
span { border-color: #018BEC; }
span { border-color: rgb(1,139,236); }
td.TdClassName
{
border-color: #018BEC;
}
.TagClassName
{
border-color: #018BEC;
}
</style>