Shades of Dodger Blue #087AF9
Tints of Dodger Blue #087AF9
RGB
CMYK
RGB Variations
Color information
#087AF9 (or 0x087AF9) is known color: Dodger Blue. HEX triplet: 08, 7A and F9. RGB value is (8,122,249). Sum of RGB (Red+Green+Blue) = 8+122+249=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #087AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AF9 is #F78506. Grayscale: #656565. Windows color (decimal): -16221447 or 16349704. OLE color: 16349704.
HSL color Cylindrical-coordinate representation of color #087AF9: hue angle of 211.62º 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 #087AF9 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 122 | 249 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.02 |
| HSL | 211.62º | 0.95% | 0.5% | - |
| HSV(B) | 211.62º | 0.97% | 0.98% | - |
| XYZ | 24.16 | 20.81 | 92.37 | - |
| YUV | 102.39 | 210.73 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 249 | 0.97 | 0.51 | 0 | 0.02 | 211.62 | 0.95 | 0.5 |
| Hex | 8 | 7A | F9 | 61 | 33 | 0 | 2 | D4 | 5F | 32 |
| Octal | 10 | 172 | 371 | 141 | 63 | 0 | 2 | 324 | 137 | 62 |
| Binary | 1000 | 1111010 | 11111001 | 1100001 | 110011 | 0 | 10 | 11010100 | 1011111 | 110010 |
Color Harmonies of #087AF9
Complementary color
Monochromatic Colors of #087AF9
Black with #087AF9
Text Example
Text Example
White with #087AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AF9; }
p { color: rgb(8,122,249); }
H1.HeaderClassName
{
color: #087AF9;
}
.AnyTagClassName
{
color: #087AF9;
}
</style>
background-color css
<style>
a { background-color: #087AF9; }
a { background-color: rgb(8,122,249); }
div.DivClassName
{
background-color: #087AF9;
}
.BgClassName
{
background-color: #087AF9;
}
</style>
border-color css
<style>
span { border-color: #087AF9; }
span { border-color: rgb(8,122,249); }
td.TdClassName
{
border-color: #087AF9;
}
.TagClassName
{
border-color: #087AF9;
}
</style>