Shades of Dodger Blue #077FFC
Tints of Dodger Blue #077FFC
RGB
CMYK
RGB Variations
Color information
#077FFC (or 0x077FFC) is known color: Dodger Blue. HEX triplet: 07, 7F and FC. RGB value is (7,127,252). Sum of RGB (Red+Green+Blue) = 7+127+252=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #077FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FFC is #F88003. Grayscale: #686868. Windows color (decimal): -16285700 or 16547591. OLE color: 16547591.
HSL color Cylindrical-coordinate representation of color #077FFC: hue angle of 210.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FFC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 127 | 252 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.01 |
| HSL | 210.61º | 0.98% | 0.51% | - |
| HSV(B) | 210.61º | 0.97% | 0.99% | - |
| XYZ | 25.25 | 22.25 | 95.06 | - |
| YUV | 105.37 | 210.74 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 252 | 0.97 | 0.50 | 0 | 0.01 | 210.61 | 0.98 | 0.51 |
| Hex | 7 | 7F | FC | 61 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 7 | 177 | 374 | 141 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 111 | 1111111 | 11111100 | 1100001 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #077FFC
Complementary color
Monochromatic Colors of #077FFC
Black with #077FFC
Text Example
Text Example
White with #077FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FFC; }
p { color: rgb(7,127,252); }
H1.HeaderClassName
{
color: #077FFC;
}
.AnyTagClassName
{
color: #077FFC;
}
</style>
background-color css
<style>
a { background-color: #077FFC; }
a { background-color: rgb(7,127,252); }
div.DivClassName
{
background-color: #077FFC;
}
.BgClassName
{
background-color: #077FFC;
}
</style>
border-color css
<style>
span { border-color: #077FFC; }
span { border-color: rgb(7,127,252); }
td.TdClassName
{
border-color: #077FFC;
}
.TagClassName
{
border-color: #077FFC;
}
</style>