Shades of Dodger Blue #0186EB
Tints of Dodger Blue #0186EB
RGB
CMYK
RGB Variations
Color information
#0186EB (or 0x0186EB) is known color: Dodger Blue. HEX triplet: 01, 86 and EB. RGB value is (1,134,235). Sum of RGB (Red+Green+Blue) = 1+134+235=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #0186EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186EB is #FE7914. Grayscale: #696969. Windows color (decimal): -16677141 or 15435265. OLE color: 15435265.
HSL color Cylindrical-coordinate representation of color #0186EB: hue angle of 205.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0186EB is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 134 | 235 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.08 |
| HSL | 205.9º | 0.99% | 0.46% | - |
| HSV(B) | 205.9º | 1% | 0.92% | - |
| XYZ | 23.53 | 23.05 | 81.81 | - |
| YUV | 105.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 235 | 1.00 | 0.43 | 0 | 0.08 | 205.9 | 0.99 | 0.46 |
| Hex | 1 | 86 | EB | 64 | 2B | 0 | 8 | CE | 63 | 2E |
| Octal | 1 | 206 | 353 | 144 | 53 | 0 | 10 | 316 | 143 | 56 |
| Binary | 1 | 10000110 | 11101011 | 1100100 | 101011 | 0 | 1000 | 11001110 | 1100011 | 101110 |
Color Harmonies of #0186EB
Complementary color
Monochromatic Colors of #0186EB
Black with #0186EB
Text Example
Text Example
White with #0186EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186EB; }
p { color: rgb(1,134,235); }
H1.HeaderClassName
{
color: #0186EB;
}
.AnyTagClassName
{
color: #0186EB;
}
</style>
background-color css
<style>
a { background-color: #0186EB; }
a { background-color: rgb(1,134,235); }
div.DivClassName
{
background-color: #0186EB;
}
.BgClassName
{
background-color: #0186EB;
}
</style>
border-color css
<style>
span { border-color: #0186EB; }
span { border-color: rgb(1,134,235); }
td.TdClassName
{
border-color: #0186EB;
}
.TagClassName
{
border-color: #0186EB;
}
</style>