Shades of Dodger Blue #087FF6
Tints of Dodger Blue #087FF6
RGB
CMYK
RGB Variations
Color information
#087FF6 (or 0x087FF6) is known color: Dodger Blue. HEX triplet: 08, 7F and F6. RGB value is (8,127,246). Sum of RGB (Red+Green+Blue) = 8+127+246=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #087FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FF6 is #F78009. Grayscale: #686868. Windows color (decimal): -16220170 or 16154376. OLE color: 16154376.
HSL color Cylindrical-coordinate representation of color #087FF6: hue angle of 210º 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 #087FF6 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 127 | 246 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.04 |
| HSL | 210º | 0.94% | 0.5% | - |
| HSV(B) | 210º | 0.97% | 0.96% | - |
| XYZ | 24.32 | 21.88 | 90.13 | - |
| YUV | 104.99 | 207.58 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 246 | 0.97 | 0.48 | 0 | 0.04 | 210 | 0.94 | 0.5 |
| Hex | 8 | 7F | F6 | 61 | 30 | 0 | 4 | D2 | 5E | 32 |
| Octal | 10 | 177 | 366 | 141 | 60 | 0 | 4 | 322 | 136 | 62 |
| Binary | 1000 | 1111111 | 11110110 | 1100001 | 110000 | 0 | 100 | 11010010 | 1011110 | 110010 |
Color Harmonies of #087FF6
Complementary color
Monochromatic Colors of #087FF6
Black with #087FF6
Text Example
Text Example
White with #087FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FF6; }
p { color: rgb(8,127,246); }
H1.HeaderClassName
{
color: #087FF6;
}
.AnyTagClassName
{
color: #087FF6;
}
</style>
background-color css
<style>
a { background-color: #087FF6; }
a { background-color: rgb(8,127,246); }
div.DivClassName
{
background-color: #087FF6;
}
.BgClassName
{
background-color: #087FF6;
}
</style>
border-color css
<style>
span { border-color: #087FF6; }
span { border-color: rgb(8,127,246); }
td.TdClassName
{
border-color: #087FF6;
}
.TagClassName
{
border-color: #087FF6;
}
</style>