Shades of Dodger Blue #0979FA
Tints of Dodger Blue #0979FA
RGB
CMYK
RGB Variations
Color information
#0979FA (or 0x0979FA) is known color: Dodger Blue. HEX triplet: 09, 79 and FA. RGB value is (9,121,250). Sum of RGB (Red+Green+Blue) = 9+121+250=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #0979FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979FA is #F68605. Grayscale: #656565. Windows color (decimal): -16156166 or 16414985. OLE color: 16414985.
HSL color Cylindrical-coordinate representation of color #0979FA: hue angle of 212.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979FA is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 121 | 250 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.02 |
| HSL | 212.12º | 0.96% | 0.51% | - |
| HSV(B) | 212.12º | 0.96% | 0.98% | - |
| XYZ | 24.21 | 20.63 | 93.15 | - |
| YUV | 102.22 | 211.39 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 250 | 0.96 | 0.52 | 0 | 0.02 | 212.12 | 0.96 | 0.51 |
| Hex | 9 | 79 | FA | 60 | 34 | 0 | 2 | D4 | 60 | 33 |
| Octal | 11 | 171 | 372 | 140 | 64 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1001 | 1111001 | 11111010 | 1100000 | 110100 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0979FA
Complementary color
Monochromatic Colors of #0979FA
Black with #0979FA
Text Example
Text Example
White with #0979FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979FA; }
p { color: rgb(9,121,250); }
H1.HeaderClassName
{
color: #0979FA;
}
.AnyTagClassName
{
color: #0979FA;
}
</style>
background-color css
<style>
a { background-color: #0979FA; }
a { background-color: rgb(9,121,250); }
div.DivClassName
{
background-color: #0979FA;
}
.BgClassName
{
background-color: #0979FA;
}
</style>
border-color css
<style>
span { border-color: #0979FA; }
span { border-color: rgb(9,121,250); }
td.TdClassName
{
border-color: #0979FA;
}
.TagClassName
{
border-color: #0979FA;
}
</style>