Shades of Dodger Blue #0186FF
Tints of Dodger Blue #0186FF
RGB
CMYK
RGB Variations
Color information
#0186FF (or 0x0186FF) is known color: Dodger Blue. HEX triplet: 01, 86 and FF. RGB value is (1,134,255). Sum of RGB (Red+Green+Blue) = 1+134+255=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #0186FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186FF is #FE7900. Grayscale: #6B6B6B. Windows color (decimal): -16677121 or 16745985. OLE color: 16745985.
HSL color Cylindrical-coordinate representation of color #0186FF: hue angle of 208.58º 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 #0186FF is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 134 | 255 | - |
| CMYK | 1.00 | 0.47 | 0 | 0 |
| HSL | 208.58º | 1% | 0.5% | - |
| HSV(B) | 208.58º | 1% | 1% | - |
| XYZ | 26.59 | 24.28 | 97.89 | - |
| YUV | 108.03 | 210.94 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 255 | 1.00 | 0.47 | 0 | 0 | 208.58 | 1 | 0.5 |
| Hex | 1 | 86 | FF | 64 | 2F | 0 | 0 | D1 | 64 | 32 |
| Octal | 1 | 206 | 377 | 144 | 57 | 0 | 0 | 321 | 144 | 62 |
| Binary | 1 | 10000110 | 11111111 | 1100100 | 101111 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0186FF
Complementary color
Monochromatic Colors of #0186FF
Black with #0186FF
Text Example
Text Example
White with #0186FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186FF; }
p { color: rgb(1,134,255); }
H1.HeaderClassName
{
color: #0186FF;
}
.AnyTagClassName
{
color: #0186FF;
}
</style>
background-color css
<style>
a { background-color: #0186FF; }
a { background-color: rgb(1,134,255); }
div.DivClassName
{
background-color: #0186FF;
}
.BgClassName
{
background-color: #0186FF;
}
</style>
border-color css
<style>
span { border-color: #0186FF; }
span { border-color: rgb(1,134,255); }
td.TdClassName
{
border-color: #0186FF;
}
.TagClassName
{
border-color: #0186FF;
}
</style>