Shades of Dodger Blue #078AF8
Tints of Dodger Blue #078AF8
RGB
CMYK
RGB Variations
Color information
#078AF8 (or 0x078AF8) is known color: Dodger Blue. HEX triplet: 07, 8A and F8. RGB value is (7,138,248). Sum of RGB (Red+Green+Blue) = 7+138+248=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #078AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AF8 is #F87507. Grayscale: #6E6E6E. Windows color (decimal): -16282888 or 16288263. OLE color: 16288263.
HSL color Cylindrical-coordinate representation of color #078AF8: hue angle of 207.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078AF8 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 138 | 248 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.03 |
| HSL | 207.39º | 0.95% | 0.5% | - |
| HSV(B) | 207.39º | 0.97% | 0.97% | - |
| XYZ | 26.12 | 25 | 92.26 | - |
| YUV | 111.37 | 205.1 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 248 | 0.97 | 0.44 | 0 | 0.03 | 207.39 | 0.95 | 0.5 |
| Hex | 7 | 8A | F8 | 61 | 2C | 0 | 3 | CF | 5F | 32 |
| Octal | 7 | 212 | 370 | 141 | 54 | 0 | 3 | 317 | 137 | 62 |
| Binary | 111 | 10001010 | 11111000 | 1100001 | 101100 | 0 | 11 | 11001111 | 1011111 | 110010 |
Color Harmonies of #078AF8
Complementary color
Monochromatic Colors of #078AF8
Black with #078AF8
Text Example
Text Example
White with #078AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AF8; }
p { color: rgb(7,138,248); }
H1.HeaderClassName
{
color: #078AF8;
}
.AnyTagClassName
{
color: #078AF8;
}
</style>
background-color css
<style>
a { background-color: #078AF8; }
a { background-color: rgb(7,138,248); }
div.DivClassName
{
background-color: #078AF8;
}
.BgClassName
{
background-color: #078AF8;
}
</style>
border-color css
<style>
span { border-color: #078AF8; }
span { border-color: rgb(7,138,248); }
td.TdClassName
{
border-color: #078AF8;
}
.TagClassName
{
border-color: #078AF8;
}
</style>