Shades of Dodger Blue #087BF9
Tints of Dodger Blue #087BF9
RGB
CMYK
RGB Variations
Color information
#087BF9 (or 0x087BF9) is known color: Dodger Blue. HEX triplet: 08, 7B and F9. RGB value is (8,123,249). Sum of RGB (Red+Green+Blue) = 8+123+249=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #087BF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BF9 is #F78406. Grayscale: #666666. Windows color (decimal): -16221191 or 16349960. OLE color: 16349960.
HSL color Cylindrical-coordinate representation of color #087BF9: hue angle of 211.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087BF9 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 123 | 249 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.02 |
| HSL | 211.37º | 0.95% | 0.5% | - |
| HSV(B) | 211.37º | 0.97% | 0.98% | - |
| XYZ | 24.28 | 21.06 | 92.41 | - |
| YUV | 102.98 | 210.4 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 249 | 0.97 | 0.51 | 0 | 0.02 | 211.37 | 0.95 | 0.5 |
| Hex | 8 | 7B | F9 | 61 | 33 | 0 | 2 | D3 | 5F | 32 |
| Octal | 10 | 173 | 371 | 141 | 63 | 0 | 2 | 323 | 137 | 62 |
| Binary | 1000 | 1111011 | 11111001 | 1100001 | 110011 | 0 | 10 | 11010011 | 1011111 | 110010 |
Color Harmonies of #087BF9
Complementary color
Monochromatic Colors of #087BF9
Black with #087BF9
Text Example
Text Example
White with #087BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BF9; }
p { color: rgb(8,123,249); }
H1.HeaderClassName
{
color: #087BF9;
}
.AnyTagClassName
{
color: #087BF9;
}
</style>
background-color css
<style>
a { background-color: #087BF9; }
a { background-color: rgb(8,123,249); }
div.DivClassName
{
background-color: #087BF9;
}
.BgClassName
{
background-color: #087BF9;
}
</style>
border-color css
<style>
span { border-color: #087BF9; }
span { border-color: rgb(8,123,249); }
td.TdClassName
{
border-color: #087BF9;
}
.TagClassName
{
border-color: #087BF9;
}
</style>