Shades of Dodger Blue #087EF6
Tints of Dodger Blue #087EF6
RGB
CMYK
RGB Variations
Color information
#087EF6 (or 0x087EF6) is known color: Dodger Blue. HEX triplet: 08, 7E and F6. RGB value is (8,126,246). Sum of RGB (Red+Green+Blue) = 8+126+246=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 246 (96.48% from 255 or 64.74% from 380); Max value from RGB is 246 - color contains mainly: blue. Hex color #087EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EF6 is #F78109. Grayscale: #676767. Windows color (decimal): -16220426 or 16154120. OLE color: 16154120.
HSL color Cylindrical-coordinate representation of color #087EF6: hue angle of 210.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087EF6 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 126 | 246 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.04 |
| HSL | 210.25º | 0.94% | 0.5% | - |
| HSV(B) | 210.25º | 0.97% | 0.96% | - |
| XYZ | 24.2 | 21.63 | 90.09 | - |
| YUV | 104.4 | 207.91 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 246 | 0.97 | 0.49 | 0 | 0.04 | 210.25 | 0.94 | 0.5 |
| Hex | 8 | 7E | F6 | 61 | 31 | 0 | 4 | D2 | 5E | 32 |
| Octal | 10 | 176 | 366 | 141 | 61 | 0 | 4 | 322 | 136 | 62 |
| Binary | 1000 | 1111110 | 11110110 | 1100001 | 110001 | 0 | 100 | 11010010 | 1011110 | 110010 |
Color Harmonies of #087EF6
Complementary color
Monochromatic Colors of #087EF6
Black with #087EF6
Text Example
Text Example
White with #087EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EF6; }
p { color: rgb(8,126,246); }
H1.HeaderClassName
{
color: #087EF6;
}
.AnyTagClassName
{
color: #087EF6;
}
</style>
background-color css
<style>
a { background-color: #087EF6; }
a { background-color: rgb(8,126,246); }
div.DivClassName
{
background-color: #087EF6;
}
.BgClassName
{
background-color: #087EF6;
}
</style>
border-color css
<style>
span { border-color: #087EF6; }
span { border-color: rgb(8,126,246); }
td.TdClassName
{
border-color: #087EF6;
}
.TagClassName
{
border-color: #087EF6;
}
</style>