Shades of Dodger Blue #0782FD
Tints of Dodger Blue #0782FD
RGB
CMYK
RGB Variations
Color information
#0782FD (or 0x0782FD) is known color: Dodger Blue. HEX triplet: 07, 82 and FD. RGB value is (7,130,253). Sum of RGB (Red+Green+Blue) = 7+130+253=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #0782FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0782FD is #F87D02. Grayscale: #6A6A6A. Windows color (decimal): -16284931 or 16613895. OLE color: 16613895.
HSL color Cylindrical-coordinate representation of color #0782FD: hue angle of 210º 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 #0782FD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 130 | 253 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.51% | - |
| HSV(B) | 210º | 0.97% | 0.99% | - |
| XYZ | 25.8 | 23.1 | 96.03 | - |
| YUV | 107.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 253 | 0.97 | 0.49 | 0 | 0.01 | 210 | 0.98 | 0.51 |
| Hex | 7 | 82 | FD | 61 | 31 | 0 | 1 | D2 | 62 | 33 |
| Octal | 7 | 202 | 375 | 141 | 61 | 0 | 1 | 322 | 142 | 63 |
| Binary | 111 | 10000010 | 11111101 | 1100001 | 110001 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0782FD
Complementary color
Monochromatic Colors of #0782FD
Black with #0782FD
Text Example
Text Example
White with #0782FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0782FD; }
p { color: rgb(7,130,253); }
H1.HeaderClassName
{
color: #0782FD;
}
.AnyTagClassName
{
color: #0782FD;
}
</style>
background-color css
<style>
a { background-color: #0782FD; }
a { background-color: rgb(7,130,253); }
div.DivClassName
{
background-color: #0782FD;
}
.BgClassName
{
background-color: #0782FD;
}
</style>
border-color css
<style>
span { border-color: #0782FD; }
span { border-color: rgb(7,130,253); }
td.TdClassName
{
border-color: #0782FD;
}
.TagClassName
{
border-color: #0782FD;
}
</style>