Shades of Dodger Blue #087EFE
Tints of Dodger Blue #087EFE
RGB
CMYK
RGB Variations
Color information
#087EFE (or 0x087EFE) is known color: Dodger Blue. HEX triplet: 08, 7E and FE. RGB value is (8,126,254). Sum of RGB (Red+Green+Blue) = 8+126+254=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #087EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EFE is #F78101. Grayscale: #686868. Windows color (decimal): -16220418 or 16678408. OLE color: 16678408.
HSL color Cylindrical-coordinate representation of color #087EFE: hue angle of 211.22º 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 #087EFE is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 126 | 254 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.00 |
| HSL | 211.22º | 0.99% | 0.51% | - |
| HSV(B) | 211.22º | 0.97% | 1% | - |
| XYZ | 25.45 | 22.13 | 96.7 | - |
| YUV | 105.31 | 211.91 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 254 | 0.97 | 0.50 | 0 | 0.00 | 211.22 | 0.99 | 0.51 |
| Hex | 8 | 7E | FE | 61 | 32 | 0 | 0 | D3 | 63 | 33 |
| Octal | 10 | 176 | 376 | 141 | 62 | 0 | 0 | 323 | 143 | 63 |
| Binary | 1000 | 1111110 | 11111110 | 1100001 | 110010 | 0 | 0 | 11010011 | 1100011 | 110011 |
Color Harmonies of #087EFE
Complementary color
Monochromatic Colors of #087EFE
Black with #087EFE
Text Example
Text Example
White with #087EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EFE; }
p { color: rgb(8,126,254); }
H1.HeaderClassName
{
color: #087EFE;
}
.AnyTagClassName
{
color: #087EFE;
}
</style>
background-color css
<style>
a { background-color: #087EFE; }
a { background-color: rgb(8,126,254); }
div.DivClassName
{
background-color: #087EFE;
}
.BgClassName
{
background-color: #087EFE;
}
</style>
border-color css
<style>
span { border-color: #087EFE; }
span { border-color: rgb(8,126,254); }
td.TdClassName
{
border-color: #087EFE;
}
.TagClassName
{
border-color: #087EFE;
}
</style>