Shades of Dodger Blue #0979EE
Tints of Dodger Blue #0979EE
RGB
CMYK
RGB Variations
Color information
#0979EE (or 0x0979EE) is known color: Dodger Blue. HEX triplet: 09, 79 and EE. RGB value is (9,121,238). Sum of RGB (Red+Green+Blue) = 9+121+238=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #0979EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979EE is #F68611. Grayscale: #646464. Windows color (decimal): -16156178 or 15628553. OLE color: 15628553.
HSL color Cylindrical-coordinate representation of color #0979EE: hue angle of 210.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979EE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 121 | 238 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.07 |
| HSL | 210.66º | 0.93% | 0.48% | - |
| HSV(B) | 210.66º | 0.96% | 0.93% | - |
| XYZ | 22.38 | 19.91 | 83.55 | - |
| YUV | 100.85 | 205.39 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 238 | 0.96 | 0.49 | 0 | 0.07 | 210.66 | 0.93 | 0.48 |
| Hex | 9 | 79 | EE | 60 | 31 | 0 | 7 | D3 | 5D | 30 |
| Octal | 11 | 171 | 356 | 140 | 61 | 0 | 7 | 323 | 135 | 60 |
| Binary | 1001 | 1111001 | 11101110 | 1100000 | 110001 | 0 | 111 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0979EE
Complementary color
Monochromatic Colors of #0979EE
Black with #0979EE
Text Example
Text Example
White with #0979EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979EE; }
p { color: rgb(9,121,238); }
H1.HeaderClassName
{
color: #0979EE;
}
.AnyTagClassName
{
color: #0979EE;
}
</style>
background-color css
<style>
a { background-color: #0979EE; }
a { background-color: rgb(9,121,238); }
div.DivClassName
{
background-color: #0979EE;
}
.BgClassName
{
background-color: #0979EE;
}
</style>
border-color css
<style>
span { border-color: #0979EE; }
span { border-color: rgb(9,121,238); }
td.TdClassName
{
border-color: #0979EE;
}
.TagClassName
{
border-color: #0979EE;
}
</style>