Shades of Dodger Blue #078FF4
Tints of Dodger Blue #078FF4
RGB
CMYK
RGB Variations
Color information
#078FF4 (or 0x078FF4) is known color: Dodger Blue. HEX triplet: 07, 8F and F4. RGB value is (7,143,244). Sum of RGB (Red+Green+Blue) = 7+143+244=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 244 (95.70% from 255 or 61.93% from 394); Max value from RGB is 244 - color contains mainly: blue. Hex color #078FF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FF4 is #F8700B. Grayscale: #717171. Windows color (decimal): -16281612 or 16027399. OLE color: 16027399.
HSL color Cylindrical-coordinate representation of color #078FF4: hue angle of 205.57º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FF4 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 143 | 244 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.04 |
| HSL | 205.57º | 0.94% | 0.49% | - |
| HSV(B) | 205.57º | 0.97% | 0.96% | - |
| XYZ | 26.24 | 26.22 | 89.27 | - |
| YUV | 113.85 | 201.44 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 244 | 0.97 | 0.41 | 0 | 0.04 | 205.57 | 0.94 | 0.49 |
| Hex | 7 | 8F | F4 | 61 | 29 | 0 | 4 | CE | 5E | 31 |
| Octal | 7 | 217 | 364 | 141 | 51 | 0 | 4 | 316 | 136 | 61 |
| Binary | 111 | 10001111 | 11110100 | 1100001 | 101001 | 0 | 100 | 11001110 | 1011110 | 110001 |
Color Harmonies of #078FF4
Complementary color
Monochromatic Colors of #078FF4
Black with #078FF4
Text Example
Text Example
White with #078FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FF4; }
p { color: rgb(7,143,244); }
H1.HeaderClassName
{
color: #078FF4;
}
.AnyTagClassName
{
color: #078FF4;
}
</style>
background-color css
<style>
a { background-color: #078FF4; }
a { background-color: rgb(7,143,244); }
div.DivClassName
{
background-color: #078FF4;
}
.BgClassName
{
background-color: #078FF4;
}
</style>
border-color css
<style>
span { border-color: #078FF4; }
span { border-color: rgb(7,143,244); }
td.TdClassName
{
border-color: #078FF4;
}
.TagClassName
{
border-color: #078FF4;
}
</style>