Shades of Dodger Blue #078AE5
Tints of Dodger Blue #078AE5
RGB
CMYK
RGB Variations
Color information
#078AE5 (or 0x078AE5) is known color: Dodger Blue. HEX triplet: 07, 8A and E5. RGB value is (7,138,229). Sum of RGB (Red+Green+Blue) = 7+138+229=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #078AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078AE5 is #F8751A. Grayscale: #6C6C6C. Windows color (decimal): -16282907 or 15043079. OLE color: 15043079.
HSL color Cylindrical-coordinate representation of color #078AE5: hue angle of 204.59º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078AE5 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 138 | 229 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.10 |
| HSL | 204.59º | 0.94% | 0.46% | - |
| HSV(B) | 204.59º | 0.97% | 0.9% | - |
| XYZ | 23.32 | 23.88 | 77.51 | - |
| YUV | 109.21 | 195.6 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 229 | 0.97 | 0.40 | 0 | 0.10 | 204.59 | 0.94 | 0.46 |
| Hex | 7 | 8A | E5 | 61 | 28 | 0 | A | CD | 5E | 2E |
| Octal | 7 | 212 | 345 | 141 | 50 | 0 | 12 | 315 | 136 | 56 |
| Binary | 111 | 10001010 | 11100101 | 1100001 | 101000 | 0 | 1010 | 11001101 | 1011110 | 101110 |
Color Harmonies of #078AE5
Complementary color
Monochromatic Colors of #078AE5
Black with #078AE5
Text Example
Text Example
White with #078AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AE5; }
p { color: rgb(7,138,229); }
H1.HeaderClassName
{
color: #078AE5;
}
.AnyTagClassName
{
color: #078AE5;
}
</style>
background-color css
<style>
a { background-color: #078AE5; }
a { background-color: rgb(7,138,229); }
div.DivClassName
{
background-color: #078AE5;
}
.BgClassName
{
background-color: #078AE5;
}
</style>
border-color css
<style>
span { border-color: #078AE5; }
span { border-color: rgb(7,138,229); }
td.TdClassName
{
border-color: #078AE5;
}
.TagClassName
{
border-color: #078AE5;
}
</style>