Shades of Dodger Blue #0885FE
Tints of Dodger Blue #0885FE
RGB
CMYK
RGB Variations
Color information
#0885FE (or 0x0885FE) is known color: Dodger Blue. HEX triplet: 08, 85 and FE. RGB value is (8,133,254). Sum of RGB (Red+Green+Blue) = 8+133+254=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #0885FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0885FE is #F77A01. Grayscale: #6C6C6C. Windows color (decimal): -16218626 or 16680200. OLE color: 16680200.
HSL color Cylindrical-coordinate representation of color #0885FE: hue angle of 209.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0885FE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 133 | 254 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.00 |
| HSL | 209.51º | 0.99% | 0.51% | - |
| HSV(B) | 209.51º | 0.97% | 1% | - |
| XYZ | 26.38 | 23.98 | 97 | - |
| YUV | 109.42 | 209.59 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 254 | 0.97 | 0.48 | 0 | 0.00 | 209.51 | 0.99 | 0.51 |
| Hex | 8 | 85 | FE | 61 | 30 | 0 | 0 | D2 | 63 | 33 |
| Octal | 10 | 205 | 376 | 141 | 60 | 0 | 0 | 322 | 143 | 63 |
| Binary | 1000 | 10000101 | 11111110 | 1100001 | 110000 | 0 | 0 | 11010010 | 1100011 | 110011 |
Color Harmonies of #0885FE
Complementary color
Monochromatic Colors of #0885FE
Black with #0885FE
Text Example
Text Example
White with #0885FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885FE; }
p { color: rgb(8,133,254); }
H1.HeaderClassName
{
color: #0885FE;
}
.AnyTagClassName
{
color: #0885FE;
}
</style>
background-color css
<style>
a { background-color: #0885FE; }
a { background-color: rgb(8,133,254); }
div.DivClassName
{
background-color: #0885FE;
}
.BgClassName
{
background-color: #0885FE;
}
</style>
border-color css
<style>
span { border-color: #0885FE; }
span { border-color: rgb(8,133,254); }
td.TdClassName
{
border-color: #0885FE;
}
.TagClassName
{
border-color: #0885FE;
}
</style>