Shades of Dodger Blue #087BFF
Tints of Dodger Blue #087BFF
RGB
CMYK
RGB Variations
Color information
#087BFF (or 0x087BFF) is known color: Dodger Blue. HEX triplet: 08, 7B and FF. RGB value is (8,123,255). Sum of RGB (Red+Green+Blue) = 8+123+255=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #087BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BFF is #F78400. Grayscale: #676767. Windows color (decimal): -16221185 or 16743176. OLE color: 16743176.
HSL color Cylindrical-coordinate representation of color #087BFF: hue angle of 212.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087BFF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 123 | 255 | - |
| CMYK | 0.97 | 0.52 | 0 | 0 |
| HSL | 212.06º | 1% | 0.52% | - |
| HSV(B) | 212.06º | 0.97% | 1% | - |
| XYZ | 25.23 | 21.44 | 97.42 | - |
| YUV | 103.66 | 213.4 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 255 | 0.97 | 0.52 | 0 | 0 | 212.06 | 1 | 0.52 |
| Hex | 8 | 7B | FF | 61 | 34 | 0 | 0 | D4 | 64 | 34 |
| Octal | 10 | 173 | 377 | 141 | 64 | 0 | 0 | 324 | 144 | 64 |
| Binary | 1000 | 1111011 | 11111111 | 1100001 | 110100 | 0 | 0 | 11010100 | 1100100 | 110100 |
Color Harmonies of #087BFF
Complementary color
Monochromatic Colors of #087BFF
Black with #087BFF
Text Example
Text Example
White with #087BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BFF; }
p { color: rgb(8,123,255); }
H1.HeaderClassName
{
color: #087BFF;
}
.AnyTagClassName
{
color: #087BFF;
}
</style>
background-color css
<style>
a { background-color: #087BFF; }
a { background-color: rgb(8,123,255); }
div.DivClassName
{
background-color: #087BFF;
}
.BgClassName
{
background-color: #087BFF;
}
</style>
border-color css
<style>
span { border-color: #087BFF; }
span { border-color: rgb(8,123,255); }
td.TdClassName
{
border-color: #087BFF;
}
.TagClassName
{
border-color: #087BFF;
}
</style>