Shades of Dodger Blue #0979FF
Tints of Dodger Blue #0979FF
RGB
CMYK
RGB Variations
Color information
#0979FF (or 0x0979FF) is known color: Dodger Blue. HEX triplet: 09, 79 and FF. RGB value is (9,121,255). Sum of RGB (Red+Green+Blue) = 9+121+255=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #0979FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979FF is #F68600. Grayscale: #666666. Windows color (decimal): -16156161 or 16742665. OLE color: 16742665.
HSL color Cylindrical-coordinate representation of color #0979FF: hue angle of 212.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979FF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 121 | 255 | - |
| CMYK | 0.96 | 0.53 | 0 | 0 |
| HSL | 212.68º | 1% | 0.52% | - |
| HSV(B) | 212.68º | 0.96% | 1% | - |
| XYZ | 25 | 20.95 | 97.33 | - |
| YUV | 102.79 | 213.89 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 255 | 0.96 | 0.53 | 0 | 0 | 212.68 | 1 | 0.52 |
| Hex | 9 | 79 | FF | 60 | 35 | 0 | 0 | D5 | 64 | 34 |
| Octal | 11 | 171 | 377 | 140 | 65 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1001 | 1111001 | 11111111 | 1100000 | 110101 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0979FF
Complementary color
Monochromatic Colors of #0979FF
Black with #0979FF
Text Example
Text Example
White with #0979FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979FF; }
p { color: rgb(9,121,255); }
H1.HeaderClassName
{
color: #0979FF;
}
.AnyTagClassName
{
color: #0979FF;
}
</style>
background-color css
<style>
a { background-color: #0979FF; }
a { background-color: rgb(9,121,255); }
div.DivClassName
{
background-color: #0979FF;
}
.BgClassName
{
background-color: #0979FF;
}
</style>
border-color css
<style>
span { border-color: #0979FF; }
span { border-color: rgb(9,121,255); }
td.TdClassName
{
border-color: #0979FF;
}
.TagClassName
{
border-color: #0979FF;
}
</style>