Shades of Dodger Blue #0087F9
Tints of Dodger Blue #0087F9
RGB
CMYK
RGB Variations
Color information
#0087F9 (or 0x0087F9) is known color: Dodger Blue. HEX triplet: 00, 87 and F9. RGB value is (0,135,249). Sum of RGB (Red+Green+Blue) = 0+135+249=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #0087F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0087F9 is #FF7806. Grayscale: #6B6B6B. Windows color (decimal): -16742407 or 16353024. OLE color: 16353024.
HSL color Cylindrical-coordinate representation of color #0087F9: hue angle of 207.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087F9 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 135 | 249 | - |
| CMYK | 1 | 0.46 | 0 | 0.02 |
| HSL | 207.47º | 1% | 0.49% | - |
| HSV(B) | 207.47º | 1% | 0.98% | - |
| XYZ | 25.76 | 24.17 | 92.93 | - |
| YUV | 107.63 | 207.77 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 249 | 1 | 0.46 | 0 | 0.02 | 207.47 | 1 | 0.49 |
| Hex | 0 | 87 | F9 | 64 | 2E | 0 | 2 | CF | 64 | 31 |
| Octal | 0 | 207 | 371 | 144 | 56 | 0 | 2 | 317 | 144 | 61 |
| Binary | 0 | 10000111 | 11111001 | 1100100 | 101110 | 0 | 10 | 11001111 | 1100100 | 110001 |
Color Harmonies of #0087F9
Complementary color
Monochromatic Colors of #0087F9
Black with #0087F9
Text Example
Text Example
White with #0087F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087F9; }
p { color: rgb(0,135,249); }
H1.HeaderClassName
{
color: #0087F9;
}
.AnyTagClassName
{
color: #0087F9;
}
</style>
background-color css
<style>
a { background-color: #0087F9; }
a { background-color: rgb(0,135,249); }
div.DivClassName
{
background-color: #0087F9;
}
.BgClassName
{
background-color: #0087F9;
}
</style>
border-color css
<style>
span { border-color: #0087F9; }
span { border-color: rgb(0,135,249); }
td.TdClassName
{
border-color: #0087F9;
}
.TagClassName
{
border-color: #0087F9;
}
</style>