Shades of Dodger Blue #0781EF
Tints of Dodger Blue #0781EF
RGB
CMYK
RGB Variations
Color information
#0781EF (or 0x0781EF) is known color: Dodger Blue. HEX triplet: 07, 81 and EF. RGB value is (7,129,239). Sum of RGB (Red+Green+Blue) = 7+129+239=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #0781EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0781EF is #F87E10. Grayscale: #686868. Windows color (decimal): -16285201 or 15696135. OLE color: 15696135.
HSL color Cylindrical-coordinate representation of color #0781EF: hue angle of 208.45º 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 #0781EF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 129 | 239 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.06 |
| HSL | 208.45º | 0.94% | 0.48% | - |
| HSV(B) | 208.45º | 0.97% | 0.94% | - |
| XYZ | 23.52 | 21.98 | 84.66 | - |
| YUV | 105.06 | 203.58 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 239 | 0.97 | 0.46 | 0 | 0.06 | 208.45 | 0.94 | 0.48 |
| Hex | 7 | 81 | EF | 61 | 2E | 0 | 6 | D0 | 5E | 30 |
| Octal | 7 | 201 | 357 | 141 | 56 | 0 | 6 | 320 | 136 | 60 |
| Binary | 111 | 10000001 | 11101111 | 1100001 | 101110 | 0 | 110 | 11010000 | 1011110 | 110000 |
Color Harmonies of #0781EF
Complementary color
Monochromatic Colors of #0781EF
Black with #0781EF
Text Example
Text Example
White with #0781EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781EF; }
p { color: rgb(7,129,239); }
H1.HeaderClassName
{
color: #0781EF;
}
.AnyTagClassName
{
color: #0781EF;
}
</style>
background-color css
<style>
a { background-color: #0781EF; }
a { background-color: rgb(7,129,239); }
div.DivClassName
{
background-color: #0781EF;
}
.BgClassName
{
background-color: #0781EF;
}
</style>
border-color css
<style>
span { border-color: #0781EF; }
span { border-color: rgb(7,129,239); }
td.TdClassName
{
border-color: #0781EF;
}
.TagClassName
{
border-color: #0781EF;
}
</style>