Shades of Dodger Blue #077DF9
Tints of Dodger Blue #077DF9
RGB
CMYK
RGB Variations
Color information
#077DF9 (or 0x077DF9) is known color: Dodger Blue. HEX triplet: 07, 7D and F9. RGB value is (7,125,249). Sum of RGB (Red+Green+Blue) = 7+125+249=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #077DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077DF9 is #F88206. Grayscale: #676767. Windows color (decimal): -16286215 or 16350471. OLE color: 16350471.
HSL color Cylindrical-coordinate representation of color #077DF9: hue angle of 210.74º 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 #077DF9 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 125 | 249 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.02 |
| HSL | 210.74º | 0.95% | 0.5% | - |
| HSV(B) | 210.74º | 0.97% | 0.98% | - |
| XYZ | 24.52 | 21.55 | 92.49 | - |
| YUV | 103.85 | 209.91 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 249 | 0.97 | 0.50 | 0 | 0.02 | 210.74 | 0.95 | 0.5 |
| Hex | 7 | 7D | F9 | 61 | 32 | 0 | 2 | D3 | 5F | 32 |
| Octal | 7 | 175 | 371 | 141 | 62 | 0 | 2 | 323 | 137 | 62 |
| Binary | 111 | 1111101 | 11111001 | 1100001 | 110010 | 0 | 10 | 11010011 | 1011111 | 110010 |
Color Harmonies of #077DF9
Complementary color
Monochromatic Colors of #077DF9
Black with #077DF9
Text Example
Text Example
White with #077DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DF9; }
p { color: rgb(7,125,249); }
H1.HeaderClassName
{
color: #077DF9;
}
.AnyTagClassName
{
color: #077DF9;
}
</style>
background-color css
<style>
a { background-color: #077DF9; }
a { background-color: rgb(7,125,249); }
div.DivClassName
{
background-color: #077DF9;
}
.BgClassName
{
background-color: #077DF9;
}
</style>
border-color css
<style>
span { border-color: #077DF9; }
span { border-color: rgb(7,125,249); }
td.TdClassName
{
border-color: #077DF9;
}
.TagClassName
{
border-color: #077DF9;
}
</style>