Shades of Dodger Blue #087BFA
Tints of Dodger Blue #087BFA
RGB
CMYK
RGB Variations
Color information
#087BFA (or 0x087BFA) is known color: Dodger Blue. HEX triplet: 08, 7B and FA. RGB value is (8,123,250). Sum of RGB (Red+Green+Blue) = 8+123+250=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #087BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BFA is #F78405. Grayscale: #666666. Windows color (decimal): -16221190 or 16415496. OLE color: 16415496.
HSL color Cylindrical-coordinate representation of color #087BFA: hue angle of 211.49º 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 #087BFA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 123 | 250 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.02 |
| HSL | 211.49º | 0.96% | 0.51% | - |
| HSV(B) | 211.49º | 0.97% | 0.98% | - |
| XYZ | 24.44 | 21.12 | 93.23 | - |
| YUV | 103.09 | 210.9 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 250 | 0.97 | 0.51 | 0 | 0.02 | 211.49 | 0.96 | 0.51 |
| Hex | 8 | 7B | FA | 61 | 33 | 0 | 2 | D3 | 60 | 33 |
| Octal | 10 | 173 | 372 | 141 | 63 | 0 | 2 | 323 | 140 | 63 |
| Binary | 1000 | 1111011 | 11111010 | 1100001 | 110011 | 0 | 10 | 11010011 | 1100000 | 110011 |
Color Harmonies of #087BFA
Complementary color
Monochromatic Colors of #087BFA
Black with #087BFA
Text Example
Text Example
White with #087BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BFA; }
p { color: rgb(8,123,250); }
H1.HeaderClassName
{
color: #087BFA;
}
.AnyTagClassName
{
color: #087BFA;
}
</style>
background-color css
<style>
a { background-color: #087BFA; }
a { background-color: rgb(8,123,250); }
div.DivClassName
{
background-color: #087BFA;
}
.BgClassName
{
background-color: #087BFA;
}
</style>
border-color css
<style>
span { border-color: #087BFA; }
span { border-color: rgb(8,123,250); }
td.TdClassName
{
border-color: #087BFA;
}
.TagClassName
{
border-color: #087BFA;
}
</style>