Shades of Dodger Blue #007FF9
Tints of Dodger Blue #007FF9
RGB
CMYK
RGB Variations
Color information
#007FF9 (or 0x007FF9) is known color: Dodger Blue. HEX triplet: 00, 7F and F9. RGB value is (0,127,249). Sum of RGB (Red+Green+Blue) = 0+127+249=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #007FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FF9 is #FF8006. Grayscale: #666666. Windows color (decimal): -16744455 or 16350976. OLE color: 16350976.
HSL color Cylindrical-coordinate representation of color #007FF9: hue angle of 209.4º 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 #007FF9 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 127 | 249 | - |
| CMYK | 1 | 0.49 | 0 | 0.02 |
| HSL | 209.4º | 1% | 0.49% | - |
| HSV(B) | 209.4º | 1% | 0.98% | - |
| XYZ | 24.69 | 22.02 | 92.57 | - |
| YUV | 102.94 | 210.42 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 249 | 1 | 0.49 | 0 | 0.02 | 209.4 | 1 | 0.49 |
| Hex | 0 | 7F | F9 | 64 | 31 | 0 | 2 | D1 | 64 | 31 |
| Octal | 0 | 177 | 371 | 144 | 61 | 0 | 2 | 321 | 144 | 61 |
| Binary | 0 | 1111111 | 11111001 | 1100100 | 110001 | 0 | 10 | 11010001 | 1100100 | 110001 |
Color Harmonies of #007FF9
Complementary color
Monochromatic Colors of #007FF9
Black with #007FF9
Text Example
Text Example
White with #007FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FF9; }
p { color: rgb(0,127,249); }
H1.HeaderClassName
{
color: #007FF9;
}
.AnyTagClassName
{
color: #007FF9;
}
</style>
background-color css
<style>
a { background-color: #007FF9; }
a { background-color: rgb(0,127,249); }
div.DivClassName
{
background-color: #007FF9;
}
.BgClassName
{
background-color: #007FF9;
}
</style>
border-color css
<style>
span { border-color: #007FF9; }
span { border-color: rgb(0,127,249); }
td.TdClassName
{
border-color: #007FF9;
}
.TagClassName
{
border-color: #007FF9;
}
</style>