Shades of Dodger Blue #1990FA
Tints of Dodger Blue #1990FA
RGB
CMYK
RGB Variations
Color information
#1990FA (or 0x1990FA) is known color: Dodger Blue. HEX triplet: 19, 90 and FA. RGB value is (25,144,250). Sum of RGB (Red+Green+Blue) = 25+144+250=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1990FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990FA is #E66F05. Grayscale: #777777. Windows color (decimal): -15101702 or 16420889. OLE color: 16420889.
HSL color Cylindrical-coordinate representation of color #1990FA: hue angle of 208.27º 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 #1990FA is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 144 | 250 | - |
| CMYK | 0.9 | 0.42 | 0 | 0.02 |
| HSL | 208.27º | 0.96% | 0.54% | - |
| HSV(B) | 208.27º | 0.9% | 0.98% | - |
| XYZ | 27.63 | 27.06 | 94.21 | - |
| YUV | 120.5 | 201.08 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 250 | 0.9 | 0.42 | 0 | 0.02 | 208.27 | 0.96 | 0.54 |
| Hex | 19 | 90 | FA | 5A | 2A | 0 | 2 | D0 | 60 | 36 |
| Octal | 31 | 220 | 372 | 132 | 52 | 0 | 2 | 320 | 140 | 66 |
| Binary | 11001 | 10010000 | 11111010 | 1011010 | 101010 | 0 | 10 | 11010000 | 1100000 | 110110 |
Color Harmonies of #1990FA
Complementary color
Monochromatic Colors of #1990FA
Black with #1990FA
Text Example
Text Example
White with #1990FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990FA; }
p { color: rgb(25,144,250); }
H1.HeaderClassName
{
color: #1990FA;
}
.AnyTagClassName
{
color: #1990FA;
}
</style>
background-color css
<style>
a { background-color: #1990FA; }
a { background-color: rgb(25,144,250); }
div.DivClassName
{
background-color: #1990FA;
}
.BgClassName
{
background-color: #1990FA;
}
</style>
border-color css
<style>
span { border-color: #1990FA; }
span { border-color: rgb(25,144,250); }
td.TdClassName
{
border-color: #1990FA;
}
.TagClassName
{
border-color: #1990FA;
}
</style>