Shades of Dodger Blue #077BEF
Tints of Dodger Blue #077BEF
RGB
CMYK
RGB Variations
Color information
#077BEF (or 0x077BEF) is known color: Dodger Blue. HEX triplet: 07, 7B and EF. RGB value is (7,123,239). Sum of RGB (Red+Green+Blue) = 7+123+239=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #077BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BEF is #F88410. Grayscale: #646464. Windows color (decimal): -16286737 or 15694599. OLE color: 15694599.
HSL color Cylindrical-coordinate representation of color #077BEF: hue angle of 210º 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 #077BEF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 123 | 239 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.06 |
| HSL | 210º | 0.94% | 0.48% | - |
| HSV(B) | 210º | 0.97% | 0.94% | - |
| XYZ | 22.75 | 20.44 | 84.41 | - |
| YUV | 101.54 | 205.57 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 239 | 0.97 | 0.49 | 0 | 0.06 | 210 | 0.94 | 0.48 |
| Hex | 7 | 7B | EF | 61 | 31 | 0 | 6 | D2 | 5E | 30 |
| Octal | 7 | 173 | 357 | 141 | 61 | 0 | 6 | 322 | 136 | 60 |
| Binary | 111 | 1111011 | 11101111 | 1100001 | 110001 | 0 | 110 | 11010010 | 1011110 | 110000 |
Color Harmonies of #077BEF
Complementary color
Monochromatic Colors of #077BEF
Black with #077BEF
Text Example
Text Example
White with #077BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BEF; }
p { color: rgb(7,123,239); }
H1.HeaderClassName
{
color: #077BEF;
}
.AnyTagClassName
{
color: #077BEF;
}
</style>
background-color css
<style>
a { background-color: #077BEF; }
a { background-color: rgb(7,123,239); }
div.DivClassName
{
background-color: #077BEF;
}
.BgClassName
{
background-color: #077BEF;
}
</style>
border-color css
<style>
span { border-color: #077BEF; }
span { border-color: rgb(7,123,239); }
td.TdClassName
{
border-color: #077BEF;
}
.TagClassName
{
border-color: #077BEF;
}
</style>