Shades of Dodger Blue #0778FB
Tints of Dodger Blue #0778FB
RGB
CMYK
RGB Variations
Color information
#0778FB (or 0x0778FB) is known color: Dodger Blue. HEX triplet: 07, 78 and FB. RGB value is (7,120,251). Sum of RGB (Red+Green+Blue) = 7+120+251=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #0778FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0778FB is #F88704. Grayscale: #646464. Windows color (decimal): -16287493 or 16480263. OLE color: 16480263.
HSL color Cylindrical-coordinate representation of color #0778FB: hue angle of 212.21º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0778FB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 120 | 251 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.02 |
| HSL | 212.21º | 0.97% | 0.51% | - |
| HSV(B) | 212.21º | 0.97% | 0.98% | - |
| XYZ | 24.22 | 20.44 | 93.94 | - |
| YUV | 101.15 | 212.56 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 251 | 0.97 | 0.52 | 0 | 0.02 | 212.21 | 0.97 | 0.51 |
| Hex | 7 | 78 | FB | 61 | 34 | 0 | 2 | D4 | 61 | 33 |
| Octal | 7 | 170 | 373 | 141 | 64 | 0 | 2 | 324 | 141 | 63 |
| Binary | 111 | 1111000 | 11111011 | 1100001 | 110100 | 0 | 10 | 11010100 | 1100001 | 110011 |
Color Harmonies of #0778FB
Complementary color
Monochromatic Colors of #0778FB
Black with #0778FB
Text Example
Text Example
White with #0778FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778FB; }
p { color: rgb(7,120,251); }
H1.HeaderClassName
{
color: #0778FB;
}
.AnyTagClassName
{
color: #0778FB;
}
</style>
background-color css
<style>
a { background-color: #0778FB; }
a { background-color: rgb(7,120,251); }
div.DivClassName
{
background-color: #0778FB;
}
.BgClassName
{
background-color: #0778FB;
}
</style>
border-color css
<style>
span { border-color: #0778FB; }
span { border-color: rgb(7,120,251); }
td.TdClassName
{
border-color: #0778FB;
}
.TagClassName
{
border-color: #0778FB;
}
</style>