Shades of Dodger Blue #087EF8
Tints of Dodger Blue #087EF8
RGB
CMYK
RGB Variations
Color information
#087EF8 (or 0x087EF8) is known color: Dodger Blue. HEX triplet: 08, 7E and F8. RGB value is (8,126,248). Sum of RGB (Red+Green+Blue) = 8+126+248=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #087EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EF8 is #F78107. Grayscale: #686868. Windows color (decimal): -16220424 or 16285192. OLE color: 16285192.
HSL color Cylindrical-coordinate representation of color #087EF8: hue angle of 210.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087EF8 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 126 | 248 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.03 |
| HSL | 210.5º | 0.94% | 0.5% | - |
| HSV(B) | 210.5º | 0.97% | 0.97% | - |
| XYZ | 24.5 | 21.75 | 91.71 | - |
| YUV | 104.63 | 208.91 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 248 | 0.97 | 0.49 | 0 | 0.03 | 210.5 | 0.94 | 0.5 |
| Hex | 8 | 7E | F8 | 61 | 31 | 0 | 3 | D2 | 5E | 32 |
| Octal | 10 | 176 | 370 | 141 | 61 | 0 | 3 | 322 | 136 | 62 |
| Binary | 1000 | 1111110 | 11111000 | 1100001 | 110001 | 0 | 11 | 11010010 | 1011110 | 110010 |
Color Harmonies of #087EF8
Complementary color
Monochromatic Colors of #087EF8
Black with #087EF8
Text Example
Text Example
White with #087EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EF8; }
p { color: rgb(8,126,248); }
H1.HeaderClassName
{
color: #087EF8;
}
.AnyTagClassName
{
color: #087EF8;
}
</style>
background-color css
<style>
a { background-color: #087EF8; }
a { background-color: rgb(8,126,248); }
div.DivClassName
{
background-color: #087EF8;
}
.BgClassName
{
background-color: #087EF8;
}
</style>
border-color css
<style>
span { border-color: #087EF8; }
span { border-color: rgb(8,126,248); }
td.TdClassName
{
border-color: #087EF8;
}
.TagClassName
{
border-color: #087EF8;
}
</style>