Shades of Dodger Blue #0186EC
Tints of Dodger Blue #0186EC
RGB
CMYK
RGB Variations
Color information
#0186EC (or 0x0186EC) is known color: Dodger Blue. HEX triplet: 01, 86 and EC. RGB value is (1,134,236). Sum of RGB (Red+Green+Blue) = 1+134+236=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #0186EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186EC is #FE7913. Grayscale: #696969. Windows color (decimal): -16677140 or 15500801. OLE color: 15500801.
HSL color Cylindrical-coordinate representation of color #0186EC: hue angle of 206.04º 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 #0186EC is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 134 | 236 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.07 |
| HSL | 206.04º | 0.99% | 0.46% | - |
| HSV(B) | 206.04º | 1% | 0.93% | - |
| XYZ | 23.68 | 23.11 | 82.57 | - |
| YUV | 105.86 | 201.44 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 236 | 1.00 | 0.43 | 0 | 0.07 | 206.04 | 0.99 | 0.46 |
| Hex | 1 | 86 | EC | 64 | 2B | 0 | 7 | CE | 63 | 2E |
| Octal | 1 | 206 | 354 | 144 | 53 | 0 | 7 | 316 | 143 | 56 |
| Binary | 1 | 10000110 | 11101100 | 1100100 | 101011 | 0 | 111 | 11001110 | 1100011 | 101110 |
Color Harmonies of #0186EC
Complementary color
Monochromatic Colors of #0186EC
Black with #0186EC
Text Example
Text Example
White with #0186EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186EC; }
p { color: rgb(1,134,236); }
H1.HeaderClassName
{
color: #0186EC;
}
.AnyTagClassName
{
color: #0186EC;
}
</style>
background-color css
<style>
a { background-color: #0186EC; }
a { background-color: rgb(1,134,236); }
div.DivClassName
{
background-color: #0186EC;
}
.BgClassName
{
background-color: #0186EC;
}
</style>
border-color css
<style>
span { border-color: #0186EC; }
span { border-color: rgb(1,134,236); }
td.TdClassName
{
border-color: #0186EC;
}
.TagClassName
{
border-color: #0186EC;
}
</style>