Shades of Dodger Blue #0076F9
Tints of Dodger Blue #0076F9
RGB
CMYK
RGB Variations
Color information
#0076F9 (or 0x0076F9) is known color: Dodger Blue. HEX triplet: 00, 76 and F9. RGB value is (0,118,249). Sum of RGB (Red+Green+Blue) = 0+118+249=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #0076F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076F9 is #FF8906. Grayscale: #616161. Windows color (decimal): -16746759 or 16348672. OLE color: 16348672.
HSL color Cylindrical-coordinate representation of color #0076F9: hue angle of 211.57º 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 #0076F9 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 118 | 249 | - |
| CMYK | 1 | 0.53 | 0 | 0.02 |
| HSL | 211.57º | 1% | 0.49% | - |
| HSV(B) | 211.57º | 1% | 0.98% | - |
| XYZ | 23.58 | 19.8 | 92.2 | - |
| YUV | 97.65 | 213.41 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 249 | 1 | 0.53 | 0 | 0.02 | 211.57 | 1 | 0.49 |
| Hex | 0 | 76 | F9 | 64 | 35 | 0 | 2 | D4 | 64 | 31 |
| Octal | 0 | 166 | 371 | 144 | 65 | 0 | 2 | 324 | 144 | 61 |
| Binary | 0 | 1110110 | 11111001 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0076F9
Complementary color
Monochromatic Colors of #0076F9
Black with #0076F9
Text Example
Text Example
White with #0076F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076F9; }
p { color: rgb(0,118,249); }
H1.HeaderClassName
{
color: #0076F9;
}
.AnyTagClassName
{
color: #0076F9;
}
</style>
background-color css
<style>
a { background-color: #0076F9; }
a { background-color: rgb(0,118,249); }
div.DivClassName
{
background-color: #0076F9;
}
.BgClassName
{
background-color: #0076F9;
}
</style>
border-color css
<style>
span { border-color: #0076F9; }
span { border-color: rgb(0,118,249); }
td.TdClassName
{
border-color: #0076F9;
}
.TagClassName
{
border-color: #0076F9;
}
</style>