Shades of Dodger Blue #077BF0
Tints of Dodger Blue #077BF0
RGB
CMYK
RGB Variations
Color information
#077BF0 (or 0x077BF0) is known color: Dodger Blue. HEX triplet: 07, 7B and F0. RGB value is (7,123,240). Sum of RGB (Red+Green+Blue) = 7+123+240=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #077BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BF0 is #F8840F. Grayscale: #656565. Windows color (decimal): -16286736 or 15760135. OLE color: 15760135.
HSL color Cylindrical-coordinate representation of color #077BF0: hue angle of 210.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BF0 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 123 | 240 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.06 |
| HSL | 210.13º | 0.94% | 0.48% | - |
| HSV(B) | 210.13º | 0.97% | 0.94% | - |
| XYZ | 22.9 | 20.5 | 85.19 | - |
| YUV | 101.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 240 | 0.97 | 0.49 | 0 | 0.06 | 210.13 | 0.94 | 0.48 |
| Hex | 7 | 7B | F0 | 61 | 31 | 0 | 6 | D2 | 5E | 30 |
| Octal | 7 | 173 | 360 | 141 | 61 | 0 | 6 | 322 | 136 | 60 |
| Binary | 111 | 1111011 | 11110000 | 1100001 | 110001 | 0 | 110 | 11010010 | 1011110 | 110000 |
Color Harmonies of #077BF0
Complementary color
Monochromatic Colors of #077BF0
Black with #077BF0
Text Example
Text Example
White with #077BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BF0; }
p { color: rgb(7,123,240); }
H1.HeaderClassName
{
color: #077BF0;
}
.AnyTagClassName
{
color: #077BF0;
}
</style>
background-color css
<style>
a { background-color: #077BF0; }
a { background-color: rgb(7,123,240); }
div.DivClassName
{
background-color: #077BF0;
}
.BgClassName
{
background-color: #077BF0;
}
</style>
border-color css
<style>
span { border-color: #077BF0; }
span { border-color: rgb(7,123,240); }
td.TdClassName
{
border-color: #077BF0;
}
.TagClassName
{
border-color: #077BF0;
}
</style>