Shades of Dodger Blue #0186FD
Tints of Dodger Blue #0186FD
RGB
CMYK
RGB Variations
Color information
#0186FD (or 0x0186FD) is known color: Dodger Blue. HEX triplet: 01, 86 and FD. RGB value is (1,134,253). Sum of RGB (Red+Green+Blue) = 1+134+253=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #0186FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186FD is #FE7902. Grayscale: #6B6B6B. Windows color (decimal): -16677123 or 16614913. OLE color: 16614913.
HSL color Cylindrical-coordinate representation of color #0186FD: hue angle of 208.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0186FD is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 134 | 253 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.01 |
| HSL | 208.33º | 0.99% | 0.5% | - |
| HSV(B) | 208.33º | 1% | 0.99% | - |
| XYZ | 26.27 | 24.15 | 96.21 | - |
| YUV | 107.8 | 209.94 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 253 | 1.00 | 0.47 | 0 | 0.01 | 208.33 | 0.99 | 0.5 |
| Hex | 1 | 86 | FD | 64 | 2F | 0 | 1 | D0 | 63 | 32 |
| Octal | 1 | 206 | 375 | 144 | 57 | 0 | 1 | 320 | 143 | 62 |
| Binary | 1 | 10000110 | 11111101 | 1100100 | 101111 | 0 | 1 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0186FD
Complementary color
Monochromatic Colors of #0186FD
Black with #0186FD
Text Example
Text Example
White with #0186FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186FD; }
p { color: rgb(1,134,253); }
H1.HeaderClassName
{
color: #0186FD;
}
.AnyTagClassName
{
color: #0186FD;
}
</style>
background-color css
<style>
a { background-color: #0186FD; }
a { background-color: rgb(1,134,253); }
div.DivClassName
{
background-color: #0186FD;
}
.BgClassName
{
background-color: #0186FD;
}
</style>
border-color css
<style>
span { border-color: #0186FD; }
span { border-color: rgb(1,134,253); }
td.TdClassName
{
border-color: #0186FD;
}
.TagClassName
{
border-color: #0186FD;
}
</style>