Shades of Dodger Blue #087AFA
Tints of Dodger Blue #087AFA
RGB
CMYK
RGB Variations
Color information
#087AFA (or 0x087AFA) is known color: Dodger Blue. HEX triplet: 08, 7A and FA. RGB value is (8,122,250). Sum of RGB (Red+Green+Blue) = 8+122+250=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #087AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AFA is #F78505. Grayscale: #656565. Windows color (decimal): -16221446 or 16415240. OLE color: 16415240.
HSL color Cylindrical-coordinate representation of color #087AFA: hue angle of 211.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087AFA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 122 | 250 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.02 |
| HSL | 211.74º | 0.96% | 0.51% | - |
| HSV(B) | 211.74º | 0.97% | 0.98% | - |
| XYZ | 24.31 | 20.87 | 93.19 | - |
| YUV | 102.51 | 211.23 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 250 | 0.97 | 0.51 | 0 | 0.02 | 211.74 | 0.96 | 0.51 |
| Hex | 8 | 7A | FA | 61 | 33 | 0 | 2 | D4 | 60 | 33 |
| Octal | 10 | 172 | 372 | 141 | 63 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1000 | 1111010 | 11111010 | 1100001 | 110011 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #087AFA
Complementary color
Monochromatic Colors of #087AFA
Black with #087AFA
Text Example
Text Example
White with #087AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AFA; }
p { color: rgb(8,122,250); }
H1.HeaderClassName
{
color: #087AFA;
}
.AnyTagClassName
{
color: #087AFA;
}
</style>
background-color css
<style>
a { background-color: #087AFA; }
a { background-color: rgb(8,122,250); }
div.DivClassName
{
background-color: #087AFA;
}
.BgClassName
{
background-color: #087AFA;
}
</style>
border-color css
<style>
span { border-color: #087AFA; }
span { border-color: rgb(8,122,250); }
td.TdClassName
{
border-color: #087AFA;
}
.TagClassName
{
border-color: #087AFA;
}
</style>