Shades of Dodger Blue #0185EB
Tints of Dodger Blue #0185EB
RGB
CMYK
RGB Variations
Color information
#0185EB (or 0x0185EB) is known color: Dodger Blue. HEX triplet: 01, 85 and EB. RGB value is (1,133,235). Sum of RGB (Red+Green+Blue) = 1+133+235=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #0185EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185EB is #FE7A14. Grayscale: #686868. Windows color (decimal): -16677397 or 15435009. OLE color: 15435009.
HSL color Cylindrical-coordinate representation of color #0185EB: hue angle of 206.15º 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 #0185EB is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 133 | 235 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.08 |
| HSL | 206.15º | 0.99% | 0.46% | - |
| HSV(B) | 206.15º | 1% | 0.92% | - |
| XYZ | 23.4 | 22.78 | 81.76 | - |
| YUV | 105.16 | 201.27 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 235 | 1.00 | 0.43 | 0 | 0.08 | 206.15 | 0.99 | 0.46 |
| Hex | 1 | 85 | EB | 64 | 2B | 0 | 8 | CE | 63 | 2E |
| Octal | 1 | 205 | 353 | 144 | 53 | 0 | 10 | 316 | 143 | 56 |
| Binary | 1 | 10000101 | 11101011 | 1100100 | 101011 | 0 | 1000 | 11001110 | 1100011 | 101110 |
Color Harmonies of #0185EB
Complementary color
Monochromatic Colors of #0185EB
Black with #0185EB
Text Example
Text Example
White with #0185EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185EB; }
p { color: rgb(1,133,235); }
H1.HeaderClassName
{
color: #0185EB;
}
.AnyTagClassName
{
color: #0185EB;
}
</style>
background-color css
<style>
a { background-color: #0185EB; }
a { background-color: rgb(1,133,235); }
div.DivClassName
{
background-color: #0185EB;
}
.BgClassName
{
background-color: #0185EB;
}
</style>
border-color css
<style>
span { border-color: #0185EB; }
span { border-color: rgb(1,133,235); }
td.TdClassName
{
border-color: #0185EB;
}
.TagClassName
{
border-color: #0185EB;
}
</style>