Shades of Dodger Blue #1979FA
Tints of Dodger Blue #1979FA
RGB
CMYK
RGB Variations
Color information
#1979FA (or 0x1979FA) is known color: Dodger Blue. HEX triplet: 19, 79 and FA. RGB value is (25,121,250). Sum of RGB (Red+Green+Blue) = 25+121+250=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #1979FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1979FA is #E68605. Grayscale: #6A6A6A. Windows color (decimal): -15107590 or 16415001. OLE color: 16415001.
HSL color Cylindrical-coordinate representation of color #1979FA: hue angle of 214.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1979FA is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 121 | 250 | - |
| CMYK | 0.9 | 0.52 | 0 | 0.02 |
| HSL | 214.4º | 0.96% | 0.54% | - |
| HSV(B) | 214.4º | 0.9% | 0.98% | - |
| XYZ | 24.49 | 20.78 | 93.16 | - |
| YUV | 107 | 208.7 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 250 | 0.9 | 0.52 | 0 | 0.02 | 214.4 | 0.96 | 0.54 |
| Hex | 19 | 79 | FA | 5A | 34 | 0 | 2 | D6 | 60 | 36 |
| Octal | 31 | 171 | 372 | 132 | 64 | 0 | 2 | 326 | 140 | 66 |
| Binary | 11001 | 1111001 | 11111010 | 1011010 | 110100 | 0 | 10 | 11010110 | 1100000 | 110110 |
Color Harmonies of #1979FA
Complementary color
Monochromatic Colors of #1979FA
Black with #1979FA
Text Example
Text Example
White with #1979FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1979FA; }
p { color: rgb(25,121,250); }
H1.HeaderClassName
{
color: #1979FA;
}
.AnyTagClassName
{
color: #1979FA;
}
</style>
background-color css
<style>
a { background-color: #1979FA; }
a { background-color: rgb(25,121,250); }
div.DivClassName
{
background-color: #1979FA;
}
.BgClassName
{
background-color: #1979FA;
}
</style>
border-color css
<style>
span { border-color: #1979FA; }
span { border-color: rgb(25,121,250); }
td.TdClassName
{
border-color: #1979FA;
}
.TagClassName
{
border-color: #1979FA;
}
</style>