Shades of Dodger Blue #007EF9
Tints of Dodger Blue #007EF9
RGB
CMYK
RGB Variations
Color information
#007EF9 (or 0x007EF9) is known color: Dodger Blue. HEX triplet: 00, 7E and F9. RGB value is (0,126,249). Sum of RGB (Red+Green+Blue) = 0+126+249=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #007EF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EF9 is #FF8106. Grayscale: #656565. Windows color (decimal): -16744711 or 16350720. OLE color: 16350720.
HSL color Cylindrical-coordinate representation of color #007EF9: hue angle of 209.64º 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 #007EF9 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 126 | 249 | - |
| CMYK | 1 | 0.49 | 0 | 0.02 |
| HSL | 209.64º | 1% | 0.49% | - |
| HSV(B) | 209.64º | 1% | 0.98% | - |
| XYZ | 24.56 | 21.76 | 92.53 | - |
| YUV | 102.35 | 210.76 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 249 | 1 | 0.49 | 0 | 0.02 | 209.64 | 1 | 0.49 |
| Hex | 0 | 7E | F9 | 64 | 31 | 0 | 2 | D2 | 64 | 31 |
| Octal | 0 | 176 | 371 | 144 | 61 | 0 | 2 | 322 | 144 | 61 |
| Binary | 0 | 1111110 | 11111001 | 1100100 | 110001 | 0 | 10 | 11010010 | 1100100 | 110001 |
Color Harmonies of #007EF9
Complementary color
Monochromatic Colors of #007EF9
Black with #007EF9
Text Example
Text Example
White with #007EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EF9; }
p { color: rgb(0,126,249); }
H1.HeaderClassName
{
color: #007EF9;
}
.AnyTagClassName
{
color: #007EF9;
}
</style>
background-color css
<style>
a { background-color: #007EF9; }
a { background-color: rgb(0,126,249); }
div.DivClassName
{
background-color: #007EF9;
}
.BgClassName
{
background-color: #007EF9;
}
</style>
border-color css
<style>
span { border-color: #007EF9; }
span { border-color: rgb(0,126,249); }
td.TdClassName
{
border-color: #007EF9;
}
.TagClassName
{
border-color: #007EF9;
}
</style>