Shades of Dodger Blue #0085EE
Tints of Dodger Blue #0085EE
RGB
CMYK
RGB Variations
Color information
#0085EE (or 0x0085EE) is known color: Dodger Blue. HEX triplet: 00, 85 and EE. RGB value is (0,133,238). Sum of RGB (Red+Green+Blue) = 0+133+238=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #0085EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085EE is #FF7A11. Grayscale: #686868. Windows color (decimal): -16742930 or 15631616. OLE color: 15631616.
HSL color Cylindrical-coordinate representation of color #0085EE: hue angle of 206.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085EE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 133 | 238 | - |
| CMYK | 1 | 0.44 | 0 | 0.07 |
| HSL | 206.47º | 1% | 0.47% | - |
| HSV(B) | 206.47º | 1% | 0.93% | - |
| XYZ | 23.82 | 22.95 | 84.06 | - |
| YUV | 105.2 | 202.94 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 238 | 1 | 0.44 | 0 | 0.07 | 206.47 | 1 | 0.47 |
| Hex | 0 | 85 | EE | 64 | 2C | 0 | 7 | CE | 64 | 2F |
| Octal | 0 | 205 | 356 | 144 | 54 | 0 | 7 | 316 | 144 | 57 |
| Binary | 0 | 10000101 | 11101110 | 1100100 | 101100 | 0 | 111 | 11001110 | 1100100 | 101111 |
Color Harmonies of #0085EE
Complementary color
Monochromatic Colors of #0085EE
Black with #0085EE
Text Example
Text Example
White with #0085EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085EE; }
p { color: rgb(0,133,238); }
H1.HeaderClassName
{
color: #0085EE;
}
.AnyTagClassName
{
color: #0085EE;
}
</style>
background-color css
<style>
a { background-color: #0085EE; }
a { background-color: rgb(0,133,238); }
div.DivClassName
{
background-color: #0085EE;
}
.BgClassName
{
background-color: #0085EE;
}
</style>
border-color css
<style>
span { border-color: #0085EE; }
span { border-color: rgb(0,133,238); }
td.TdClassName
{
border-color: #0085EE;
}
.TagClassName
{
border-color: #0085EE;
}
</style>