Shades of Dodger Blue #0079FA
Tints of Dodger Blue #0079FA
RGB
CMYK
RGB Variations
Color information
#0079FA (or 0x0079FA) is known color: Dodger Blue. HEX triplet: 00, 79 and FA. RGB value is (0,121,250). Sum of RGB (Red+Green+Blue) = 0+121+250=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0079FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079FA is #FF8605. Grayscale: #626262. Windows color (decimal): -16745990 or 16414976. OLE color: 16414976.
HSL color Cylindrical-coordinate representation of color #0079FA: hue angle of 210.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079FA is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 121 | 250 | - |
| CMYK | 1 | 0.52 | 0 | 0.02 |
| HSL | 210.96º | 1% | 0.49% | - |
| HSV(B) | 210.96º | 1% | 0.98% | - |
| XYZ | 24.09 | 20.58 | 93.14 | - |
| YUV | 99.53 | 212.91 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 250 | 1 | 0.52 | 0 | 0.02 | 210.96 | 1 | 0.49 |
| Hex | 0 | 79 | FA | 64 | 34 | 0 | 2 | D3 | 64 | 31 |
| Octal | 0 | 171 | 372 | 144 | 64 | 0 | 2 | 323 | 144 | 61 |
| Binary | 0 | 1111001 | 11111010 | 1100100 | 110100 | 0 | 10 | 11010011 | 1100100 | 110001 |
Color Harmonies of #0079FA
Complementary color
Monochromatic Colors of #0079FA
Black with #0079FA
Text Example
Text Example
White with #0079FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079FA; }
p { color: rgb(0,121,250); }
H1.HeaderClassName
{
color: #0079FA;
}
.AnyTagClassName
{
color: #0079FA;
}
</style>
background-color css
<style>
a { background-color: #0079FA; }
a { background-color: rgb(0,121,250); }
div.DivClassName
{
background-color: #0079FA;
}
.BgClassName
{
background-color: #0079FA;
}
</style>
border-color css
<style>
span { border-color: #0079FA; }
span { border-color: rgb(0,121,250); }
td.TdClassName
{
border-color: #0079FA;
}
.TagClassName
{
border-color: #0079FA;
}
</style>