Shades of Dodger Blue #0781EB
Tints of Dodger Blue #0781EB
RGB
CMYK
RGB Variations
Color information
#0781EB (or 0x0781EB) is known color: Dodger Blue. HEX triplet: 07, 81 and EB. RGB value is (7,129,235). Sum of RGB (Red+Green+Blue) = 7+129+235=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #0781EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0781EB is #F87E14. Grayscale: #686868. Windows color (decimal): -16285205 or 15433991. OLE color: 15433991.
HSL color Cylindrical-coordinate representation of color #0781EB: hue angle of 207.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0781EB is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 129 | 235 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.08 |
| HSL | 207.89º | 0.94% | 0.47% | - |
| HSV(B) | 207.89º | 0.97% | 0.92% | - |
| XYZ | 22.93 | 21.74 | 81.59 | - |
| YUV | 104.61 | 201.58 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 235 | 0.97 | 0.45 | 0 | 0.08 | 207.89 | 0.94 | 0.47 |
| Hex | 7 | 81 | EB | 61 | 2D | 0 | 8 | D0 | 5E | 2F |
| Octal | 7 | 201 | 353 | 141 | 55 | 0 | 10 | 320 | 136 | 57 |
| Binary | 111 | 10000001 | 11101011 | 1100001 | 101101 | 0 | 1000 | 11010000 | 1011110 | 101111 |
Color Harmonies of #0781EB
Complementary color
Monochromatic Colors of #0781EB
Black with #0781EB
Text Example
Text Example
White with #0781EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781EB; }
p { color: rgb(7,129,235); }
H1.HeaderClassName
{
color: #0781EB;
}
.AnyTagClassName
{
color: #0781EB;
}
</style>
background-color css
<style>
a { background-color: #0781EB; }
a { background-color: rgb(7,129,235); }
div.DivClassName
{
background-color: #0781EB;
}
.BgClassName
{
background-color: #0781EB;
}
</style>
border-color css
<style>
span { border-color: #0781EB; }
span { border-color: rgb(7,129,235); }
td.TdClassName
{
border-color: #0781EB;
}
.TagClassName
{
border-color: #0781EB;
}
</style>