Shades of Dodger Blue #087FF0
Tints of Dodger Blue #087FF0
RGB
CMYK
RGB Variations
Color information
#087FF0 (or 0x087FF0) is known color: Dodger Blue. HEX triplet: 08, 7F and F0. RGB value is (8,127,240). Sum of RGB (Red+Green+Blue) = 8+127+240=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #087FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FF0 is #F7800F. Grayscale: #676767. Windows color (decimal): -16220176 or 15761160. OLE color: 15761160.
HSL color Cylindrical-coordinate representation of color #087FF0: hue angle of 209.22º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087FF0 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 127 | 240 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.06 |
| HSL | 209.22º | 0.94% | 0.49% | - |
| HSV(B) | 209.22º | 0.97% | 0.94% | - |
| XYZ | 23.42 | 21.52 | 85.36 | - |
| YUV | 104.3 | 204.58 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 240 | 0.97 | 0.47 | 0 | 0.06 | 209.22 | 0.94 | 0.49 |
| Hex | 8 | 7F | F0 | 61 | 2F | 0 | 6 | D1 | 5E | 31 |
| Octal | 10 | 177 | 360 | 141 | 57 | 0 | 6 | 321 | 136 | 61 |
| Binary | 1000 | 1111111 | 11110000 | 1100001 | 101111 | 0 | 110 | 11010001 | 1011110 | 110001 |
Color Harmonies of #087FF0
Complementary color
Monochromatic Colors of #087FF0
Black with #087FF0
Text Example
Text Example
White with #087FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FF0; }
p { color: rgb(8,127,240); }
H1.HeaderClassName
{
color: #087FF0;
}
.AnyTagClassName
{
color: #087FF0;
}
</style>
background-color css
<style>
a { background-color: #087FF0; }
a { background-color: rgb(8,127,240); }
div.DivClassName
{
background-color: #087FF0;
}
.BgClassName
{
background-color: #087FF0;
}
</style>
border-color css
<style>
span { border-color: #087FF0; }
span { border-color: rgb(8,127,240); }
td.TdClassName
{
border-color: #087FF0;
}
.TagClassName
{
border-color: #087FF0;
}
</style>