Shades of Dodger Blue #1994FA
Tints of Dodger Blue #1994FA
RGB
CMYK
RGB Variations
Color information
#1994FA (or 0x1994FA) is known color: Dodger Blue. HEX triplet: 19, 94 and FA. RGB value is (25,148,250). Sum of RGB (Red+Green+Blue) = 25+148+250=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #1994FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994FA is #E66B05. Grayscale: #7A7A7A. Windows color (decimal): -15100678 or 16421913. OLE color: 16421913.
HSL color Cylindrical-coordinate representation of color #1994FA: hue angle of 207.2º 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 #1994FA is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 148 | 250 | - |
| CMYK | 0.9 | 0.41 | 0 | 0.02 |
| HSL | 207.2º | 0.96% | 0.54% | - |
| HSV(B) | 207.2º | 0.9% | 0.98% | - |
| XYZ | 28.25 | 28.29 | 94.41 | - |
| YUV | 122.85 | 199.75 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 250 | 0.9 | 0.41 | 0 | 0.02 | 207.2 | 0.96 | 0.54 |
| Hex | 19 | 94 | FA | 5A | 29 | 0 | 2 | CF | 60 | 36 |
| Octal | 31 | 224 | 372 | 132 | 51 | 0 | 2 | 317 | 140 | 66 |
| Binary | 11001 | 10010100 | 11111010 | 1011010 | 101001 | 0 | 10 | 11001111 | 1100000 | 110110 |
Color Harmonies of #1994FA
Complementary color
Monochromatic Colors of #1994FA
Black with #1994FA
Text Example
Text Example
White with #1994FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994FA; }
p { color: rgb(25,148,250); }
H1.HeaderClassName
{
color: #1994FA;
}
.AnyTagClassName
{
color: #1994FA;
}
</style>
background-color css
<style>
a { background-color: #1994FA; }
a { background-color: rgb(25,148,250); }
div.DivClassName
{
background-color: #1994FA;
}
.BgClassName
{
background-color: #1994FA;
}
</style>
border-color css
<style>
span { border-color: #1994FA; }
span { border-color: rgb(25,148,250); }
td.TdClassName
{
border-color: #1994FA;
}
.TagClassName
{
border-color: #1994FA;
}
</style>