Shades of Dodger Blue #077FF5
Tints of Dodger Blue #077FF5
RGB
CMYK
RGB Variations
Color information
#077FF5 (or 0x077FF5) is known color: Dodger Blue. HEX triplet: 07, 7F and F5. RGB value is (7,127,245). Sum of RGB (Red+Green+Blue) = 7+127+245=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #077FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FF5 is #F8800A. Grayscale: #676767. Windows color (decimal): -16285707 or 16088839. OLE color: 16088839.
HSL color Cylindrical-coordinate representation of color #077FF5: hue angle of 209.75º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FF5 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 127 | 245 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.04 |
| HSL | 209.75º | 0.94% | 0.49% | - |
| HSV(B) | 209.75º | 0.97% | 0.96% | - |
| XYZ | 24.16 | 21.82 | 89.32 | - |
| YUV | 104.57 | 207.24 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 245 | 0.97 | 0.48 | 0 | 0.04 | 209.75 | 0.94 | 0.49 |
| Hex | 7 | 7F | F5 | 61 | 30 | 0 | 4 | D2 | 5E | 31 |
| Octal | 7 | 177 | 365 | 141 | 60 | 0 | 4 | 322 | 136 | 61 |
| Binary | 111 | 1111111 | 11110101 | 1100001 | 110000 | 0 | 100 | 11010010 | 1011110 | 110001 |
Color Harmonies of #077FF5
Complementary color
Monochromatic Colors of #077FF5
Black with #077FF5
Text Example
Text Example
White with #077FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FF5; }
p { color: rgb(7,127,245); }
H1.HeaderClassName
{
color: #077FF5;
}
.AnyTagClassName
{
color: #077FF5;
}
</style>
background-color css
<style>
a { background-color: #077FF5; }
a { background-color: rgb(7,127,245); }
div.DivClassName
{
background-color: #077FF5;
}
.BgClassName
{
background-color: #077FF5;
}
</style>
border-color css
<style>
span { border-color: #077FF5; }
span { border-color: rgb(7,127,245); }
td.TdClassName
{
border-color: #077FF5;
}
.TagClassName
{
border-color: #077FF5;
}
</style>