Shades of Dodger Blue #1990F7
Tints of Dodger Blue #1990F7
RGB
CMYK
RGB Variations
Color information
#1990F7 (or 0x1990F7) is known color: Dodger Blue. HEX triplet: 19, 90 and F7. RGB value is (25,144,247). Sum of RGB (Red+Green+Blue) = 25+144+247=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 247 (96.88% from 255 or 59.38% from 416); Max value from RGB is 247 - color contains mainly: blue. Hex color #1990F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990F7 is #E66F08. Grayscale: #777777. Windows color (decimal): -15101705 or 16224281. OLE color: 16224281.
HSL color Cylindrical-coordinate representation of color #1990F7: hue angle of 207.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1990F7 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 144 | 247 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.03 |
| HSL | 207.84º | 0.93% | 0.53% | - |
| HSV(B) | 207.84º | 0.9% | 0.97% | - |
| XYZ | 27.16 | 26.87 | 91.75 | - |
| YUV | 120.16 | 199.58 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 247 | 0.90 | 0.42 | 0 | 0.03 | 207.84 | 0.93 | 0.53 |
| Hex | 19 | 90 | F7 | 5A | 2A | 0 | 3 | D0 | 5D | 35 |
| Octal | 31 | 220 | 367 | 132 | 52 | 0 | 3 | 320 | 135 | 65 |
| Binary | 11001 | 10010000 | 11110111 | 1011010 | 101010 | 0 | 11 | 11010000 | 1011101 | 110101 |
Color Harmonies of #1990F7
Complementary color
Monochromatic Colors of #1990F7
Black with #1990F7
Text Example
Text Example
White with #1990F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990F7; }
p { color: rgb(25,144,247); }
H1.HeaderClassName
{
color: #1990F7;
}
.AnyTagClassName
{
color: #1990F7;
}
</style>
background-color css
<style>
a { background-color: #1990F7; }
a { background-color: rgb(25,144,247); }
div.DivClassName
{
background-color: #1990F7;
}
.BgClassName
{
background-color: #1990F7;
}
</style>
border-color css
<style>
span { border-color: #1990F7; }
span { border-color: rgb(25,144,247); }
td.TdClassName
{
border-color: #1990F7;
}
.TagClassName
{
border-color: #1990F7;
}
</style>