Shades of Dodger Blue #087FFC
Tints of Dodger Blue #087FFC
RGB
CMYK
RGB Variations
Color information
#087FFC (or 0x087FFC) is known color: Dodger Blue. HEX triplet: 08, 7F and FC. RGB value is (8,127,252). Sum of RGB (Red+Green+Blue) = 8+127+252=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #087FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FFC is #F78003. Grayscale: #696969. Windows color (decimal): -16220164 or 16547592. OLE color: 16547592.
HSL color Cylindrical-coordinate representation of color #087FFC: hue angle of 210.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087FFC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 127 | 252 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.01 |
| HSL | 210.74º | 0.98% | 0.51% | - |
| HSV(B) | 210.74º | 0.97% | 0.99% | - |
| XYZ | 25.26 | 22.26 | 95.06 | - |
| YUV | 105.67 | 210.58 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 252 | 0.97 | 0.50 | 0 | 0.01 | 210.74 | 0.98 | 0.51 |
| Hex | 8 | 7F | FC | 61 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 10 | 177 | 374 | 141 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 1000 | 1111111 | 11111100 | 1100001 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #087FFC
Complementary color
Monochromatic Colors of #087FFC
Black with #087FFC
Text Example
Text Example
White with #087FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FFC; }
p { color: rgb(8,127,252); }
H1.HeaderClassName
{
color: #087FFC;
}
.AnyTagClassName
{
color: #087FFC;
}
</style>
background-color css
<style>
a { background-color: #087FFC; }
a { background-color: rgb(8,127,252); }
div.DivClassName
{
background-color: #087FFC;
}
.BgClassName
{
background-color: #087FFC;
}
</style>
border-color css
<style>
span { border-color: #087FFC; }
span { border-color: rgb(8,127,252); }
td.TdClassName
{
border-color: #087FFC;
}
.TagClassName
{
border-color: #087FFC;
}
</style>