Shades of Dodger Blue #0085FF
Tints of Dodger Blue #0085FF
RGB
CMYK
RGB Variations
Color information
#0085FF (or 0x0085FF) is known color: Dodger Blue. HEX triplet: 00, 85 and FF. RGB value is (0,133,255). Sum of RGB (Red+Green+Blue) = 0+133+255=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #0085FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085FF is #FF7A00. Grayscale: #6A6A6A. Windows color (decimal): -16742913 or 16745728. OLE color: 16745728.
HSL color Cylindrical-coordinate representation of color #0085FF: hue angle of 208.71º 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 #0085FF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 133 | 255 | - |
| CMYK | 1 | 0.48 | 0 | 0 |
| HSL | 208.71º | 1% | 0.5% | - |
| HSV(B) | 208.71º | 1% | 1% | - |
| XYZ | 26.44 | 24 | 97.85 | - |
| YUV | 107.14 | 211.44 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 255 | 1 | 0.48 | 0 | 0 | 208.71 | 1 | 0.5 |
| Hex | 0 | 85 | FF | 64 | 30 | 0 | 0 | D1 | 64 | 32 |
| Octal | 0 | 205 | 377 | 144 | 60 | 0 | 0 | 321 | 144 | 62 |
| Binary | 0 | 10000101 | 11111111 | 1100100 | 110000 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0085FF
Complementary color
Monochromatic Colors of #0085FF
Black with #0085FF
Text Example
Text Example
White with #0085FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085FF; }
p { color: rgb(0,133,255); }
H1.HeaderClassName
{
color: #0085FF;
}
.AnyTagClassName
{
color: #0085FF;
}
</style>
background-color css
<style>
a { background-color: #0085FF; }
a { background-color: rgb(0,133,255); }
div.DivClassName
{
background-color: #0085FF;
}
.BgClassName
{
background-color: #0085FF;
}
</style>
border-color css
<style>
span { border-color: #0085FF; }
span { border-color: rgb(0,133,255); }
td.TdClassName
{
border-color: #0085FF;
}
.TagClassName
{
border-color: #0085FF;
}
</style>