Shades of Dodger Blue #078AFF
Tints of Dodger Blue #078AFF
RGB
CMYK
RGB Variations
Color information
#078AFF (or 0x078AFF) is known color: Dodger Blue. HEX triplet: 07, 8A and FF. RGB value is (7,138,255). Sum of RGB (Red+Green+Blue) = 7+138+255=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #078AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AFF is #F87500. Grayscale: #6F6F6F. Windows color (decimal): -16282881 or 16747015. OLE color: 16747015.
HSL color Cylindrical-coordinate representation of color #078AFF: hue angle of 208.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078AFF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 138 | 255 | - |
| CMYK | 0.97 | 0.46 | 0 | 0 |
| HSL | 208.31º | 1% | 0.51% | - |
| HSV(B) | 208.31º | 0.97% | 1% | - |
| XYZ | 27.23 | 25.44 | 98.08 | - |
| YUV | 112.17 | 208.6 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 255 | 0.97 | 0.46 | 0 | 0 | 208.31 | 1 | 0.51 |
| Hex | 7 | 8A | FF | 61 | 2E | 0 | 0 | D0 | 64 | 33 |
| Octal | 7 | 212 | 377 | 141 | 56 | 0 | 0 | 320 | 144 | 63 |
| Binary | 111 | 10001010 | 11111111 | 1100001 | 101110 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #078AFF
Complementary color
Monochromatic Colors of #078AFF
Black with #078AFF
Text Example
Text Example
White with #078AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AFF; }
p { color: rgb(7,138,255); }
H1.HeaderClassName
{
color: #078AFF;
}
.AnyTagClassName
{
color: #078AFF;
}
</style>
background-color css
<style>
a { background-color: #078AFF; }
a { background-color: rgb(7,138,255); }
div.DivClassName
{
background-color: #078AFF;
}
.BgClassName
{
background-color: #078AFF;
}
</style>
border-color css
<style>
span { border-color: #078AFF; }
span { border-color: rgb(7,138,255); }
td.TdClassName
{
border-color: #078AFF;
}
.TagClassName
{
border-color: #078AFF;
}
</style>