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