Shades of Dodger Blue #0979EF
Tints of Dodger Blue #0979EF
RGB
CMYK
RGB Variations
Color information
#0979EF (or 0x0979EF) is known color: Dodger Blue. HEX triplet: 09, 79 and EF. RGB value is (9,121,239). Sum of RGB (Red+Green+Blue) = 9+121+239=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #0979EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979EF is #F68610. Grayscale: #646464. Windows color (decimal): -16156177 or 15694089. OLE color: 15694089.
HSL color Cylindrical-coordinate representation of color #0979EF: hue angle of 210.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979EF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 121 | 239 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.06 |
| HSL | 210.78º | 0.93% | 0.49% | - |
| HSV(B) | 210.78º | 0.96% | 0.94% | - |
| XYZ | 22.53 | 19.96 | 84.33 | - |
| YUV | 100.96 | 205.89 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 239 | 0.96 | 0.49 | 0 | 0.06 | 210.78 | 0.93 | 0.49 |
| Hex | 9 | 79 | EF | 60 | 31 | 0 | 6 | D3 | 5D | 31 |
| Octal | 11 | 171 | 357 | 140 | 61 | 0 | 6 | 323 | 135 | 61 |
| Binary | 1001 | 1111001 | 11101111 | 1100000 | 110001 | 0 | 110 | 11010011 | 1011101 | 110001 |
Color Harmonies of #0979EF
Complementary color
Monochromatic Colors of #0979EF
Black with #0979EF
Text Example
Text Example
White with #0979EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979EF; }
p { color: rgb(9,121,239); }
H1.HeaderClassName
{
color: #0979EF;
}
.AnyTagClassName
{
color: #0979EF;
}
</style>
background-color css
<style>
a { background-color: #0979EF; }
a { background-color: rgb(9,121,239); }
div.DivClassName
{
background-color: #0979EF;
}
.BgClassName
{
background-color: #0979EF;
}
</style>
border-color css
<style>
span { border-color: #0979EF; }
span { border-color: rgb(9,121,239); }
td.TdClassName
{
border-color: #0979EF;
}
.TagClassName
{
border-color: #0979EF;
}
</style>