Shades of Dodger Blue #1978F9
Tints of Dodger Blue #1978F9
RGB
CMYK
RGB Variations
Color information
#1978F9 (or 0x1978F9) is known color: Dodger Blue. HEX triplet: 19, 78 and F9. RGB value is (25,120,249). Sum of RGB (Red+Green+Blue) = 25+120+249=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #1978F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978F9 is #E68706. Grayscale: #696969. Windows color (decimal): -15107847 or 16349209. OLE color: 16349209.
HSL color Cylindrical-coordinate representation of color #1978F9: hue angle of 214.55º degrees, saturation: 0.95, 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 #1978F9 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 120 | 249 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.02 |
| HSL | 214.55º | 0.95% | 0.54% | - |
| HSV(B) | 214.55º | 0.9% | 0.98% | - |
| XYZ | 24.22 | 20.48 | 92.3 | - |
| YUV | 106.3 | 208.53 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 249 | 0.90 | 0.52 | 0 | 0.02 | 214.55 | 0.95 | 0.54 |
| Hex | 19 | 78 | F9 | 5A | 34 | 0 | 2 | D7 | 5F | 36 |
| Octal | 31 | 170 | 371 | 132 | 64 | 0 | 2 | 327 | 137 | 66 |
| Binary | 11001 | 1111000 | 11111001 | 1011010 | 110100 | 0 | 10 | 11010111 | 1011111 | 110110 |
Color Harmonies of #1978F9
Complementary color
Monochromatic Colors of #1978F9
Black with #1978F9
Text Example
Text Example
White with #1978F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978F9; }
p { color: rgb(25,120,249); }
H1.HeaderClassName
{
color: #1978F9;
}
.AnyTagClassName
{
color: #1978F9;
}
</style>
background-color css
<style>
a { background-color: #1978F9; }
a { background-color: rgb(25,120,249); }
div.DivClassName
{
background-color: #1978F9;
}
.BgClassName
{
background-color: #1978F9;
}
</style>
border-color css
<style>
span { border-color: #1978F9; }
span { border-color: rgb(25,120,249); }
td.TdClassName
{
border-color: #1978F9;
}
.TagClassName
{
border-color: #1978F9;
}
</style>