Shades of Dodger Blue #087DFE
Tints of Dodger Blue #087DFE
RGB
CMYK
RGB Variations
Color information
#087DFE (or 0x087DFE) is known color: Dodger Blue. HEX triplet: 08, 7D and FE. RGB value is (8,125,254). Sum of RGB (Red+Green+Blue) = 8+125+254=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 125 (49.22% from 255 or 32.30% 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 #087DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DFE is #F78201. Grayscale: #686868. Windows color (decimal): -16220674 or 16678152. OLE color: 16678152.
HSL color Cylindrical-coordinate representation of color #087DFE: hue angle of 211.46º 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 #087DFE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 125 | 254 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.00 |
| HSL | 211.46º | 0.99% | 0.51% | - |
| HSV(B) | 211.46º | 0.97% | 1% | - |
| XYZ | 25.32 | 21.87 | 96.65 | - |
| YUV | 104.72 | 212.24 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 254 | 0.97 | 0.51 | 0 | 0.00 | 211.46 | 0.99 | 0.51 |
| Hex | 8 | 7D | FE | 61 | 33 | 0 | 0 | D3 | 63 | 33 |
| Octal | 10 | 175 | 376 | 141 | 63 | 0 | 0 | 323 | 143 | 63 |
| Binary | 1000 | 1111101 | 11111110 | 1100001 | 110011 | 0 | 0 | 11010011 | 1100011 | 110011 |
Color Harmonies of #087DFE
Complementary color
Monochromatic Colors of #087DFE
Black with #087DFE
Text Example
Text Example
White with #087DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DFE; }
p { color: rgb(8,125,254); }
H1.HeaderClassName
{
color: #087DFE;
}
.AnyTagClassName
{
color: #087DFE;
}
</style>
background-color css
<style>
a { background-color: #087DFE; }
a { background-color: rgb(8,125,254); }
div.DivClassName
{
background-color: #087DFE;
}
.BgClassName
{
background-color: #087DFE;
}
</style>
border-color css
<style>
span { border-color: #087DFE; }
span { border-color: rgb(8,125,254); }
td.TdClassName
{
border-color: #087DFE;
}
.TagClassName
{
border-color: #087DFE;
}
</style>