Shades of Dodger Blue #079AED
Tints of Dodger Blue #079AED
RGB
CMYK
RGB Variations
Color information
#079AED (or 0x079AED) is known color: Dodger Blue. HEX triplet: 07, 9A and ED. RGB value is (7,154,237). Sum of RGB (Red+Green+Blue) = 7+154+237=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #079AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079AED is #F86512. Grayscale: #777777. Windows color (decimal): -16278803 or 15571463. OLE color: 15571463.
HSL color Cylindrical-coordinate representation of color #079AED: hue angle of 201.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079AED is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 154 | 237 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 201.65º | 0.94% | 0.48% | - |
| HSV(B) | 201.65º | 0.97% | 0.93% | - |
| XYZ | 26.93 | 29.27 | 84.35 | - |
| YUV | 119.51 | 194.3 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 237 | 0.97 | 0.35 | 0 | 0.07 | 201.65 | 0.94 | 0.48 |
| Hex | 7 | 9A | ED | 61 | 23 | 0 | 7 | CA | 5E | 30 |
| Octal | 7 | 232 | 355 | 141 | 43 | 0 | 7 | 312 | 136 | 60 |
| Binary | 111 | 10011010 | 11101101 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011110 | 110000 |
Color Harmonies of #079AED
Complementary color
Monochromatic Colors of #079AED
Black with #079AED
Text Example
Text Example
White with #079AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AED; }
p { color: rgb(7,154,237); }
H1.HeaderClassName
{
color: #079AED;
}
.AnyTagClassName
{
color: #079AED;
}
</style>
background-color css
<style>
a { background-color: #079AED; }
a { background-color: rgb(7,154,237); }
div.DivClassName
{
background-color: #079AED;
}
.BgClassName
{
background-color: #079AED;
}
</style>
border-color css
<style>
span { border-color: #079AED; }
span { border-color: rgb(7,154,237); }
td.TdClassName
{
border-color: #079AED;
}
.TagClassName
{
border-color: #079AED;
}
</style>