Shades of Dodger Blue #0780FB
Tints of Dodger Blue #0780FB
RGB
CMYK
RGB Variations
Color information
#0780FB (or 0x0780FB) is known color: Dodger Blue. HEX triplet: 07, 80 and FB. RGB value is (7,128,251). Sum of RGB (Red+Green+Blue) = 7+128+251=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #0780FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780FB is #F87F04. Grayscale: #696969. Windows color (decimal): -16285445 or 16482311. OLE color: 16482311.
HSL color Cylindrical-coordinate representation of color #0780FB: hue angle of 210.25º 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 #0780FB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 128 | 251 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.02 |
| HSL | 210.25º | 0.97% | 0.51% | - |
| HSV(B) | 210.25º | 0.97% | 0.98% | - |
| XYZ | 25.22 | 22.45 | 94.27 | - |
| YUV | 105.84 | 209.91 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 251 | 0.97 | 0.49 | 0 | 0.02 | 210.25 | 0.97 | 0.51 |
| Hex | 7 | 80 | FB | 61 | 31 | 0 | 2 | D2 | 61 | 33 |
| Octal | 7 | 200 | 373 | 141 | 61 | 0 | 2 | 322 | 141 | 63 |
| Binary | 111 | 10000000 | 11111011 | 1100001 | 110001 | 0 | 10 | 11010010 | 1100001 | 110011 |
Color Harmonies of #0780FB
Complementary color
Monochromatic Colors of #0780FB
Black with #0780FB
Text Example
Text Example
White with #0780FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780FB; }
p { color: rgb(7,128,251); }
H1.HeaderClassName
{
color: #0780FB;
}
.AnyTagClassName
{
color: #0780FB;
}
</style>
background-color css
<style>
a { background-color: #0780FB; }
a { background-color: rgb(7,128,251); }
div.DivClassName
{
background-color: #0780FB;
}
.BgClassName
{
background-color: #0780FB;
}
</style>
border-color css
<style>
span { border-color: #0780FB; }
span { border-color: rgb(7,128,251); }
td.TdClassName
{
border-color: #0780FB;
}
.TagClassName
{
border-color: #0780FB;
}
</style>