Shades of Dodger Blue #1989FA
Tints of Dodger Blue #1989FA
RGB
CMYK
RGB Variations
Color information
#1989FA (or 0x1989FA) is known color: Dodger Blue. HEX triplet: 19, 89 and FA. RGB value is (25,137,250). Sum of RGB (Red+Green+Blue) = 25+137+250=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #1989FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1989FA is #E67605. Grayscale: #737373. Windows color (decimal): -15103494 or 16419097. OLE color: 16419097.
HSL color Cylindrical-coordinate representation of color #1989FA: hue angle of 210.13º 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 #1989FA is Cyan = 0.9, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 137 | 250 | - |
| CMYK | 0.9 | 0.45 | 0 | 0.02 |
| HSL | 210.13º | 0.96% | 0.54% | - |
| HSV(B) | 210.13º | 0.9% | 0.98% | - |
| XYZ | 26.6 | 25 | 93.87 | - |
| YUV | 116.39 | 203.39 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 250 | 0.9 | 0.45 | 0 | 0.02 | 210.13 | 0.96 | 0.54 |
| Hex | 19 | 89 | FA | 5A | 2D | 0 | 2 | D2 | 60 | 36 |
| Octal | 31 | 211 | 372 | 132 | 55 | 0 | 2 | 322 | 140 | 66 |
| Binary | 11001 | 10001001 | 11111010 | 1011010 | 101101 | 0 | 10 | 11010010 | 1100000 | 110110 |
Color Harmonies of #1989FA
Complementary color
Monochromatic Colors of #1989FA
Black with #1989FA
Text Example
Text Example
White with #1989FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989FA; }
p { color: rgb(25,137,250); }
H1.HeaderClassName
{
color: #1989FA;
}
.AnyTagClassName
{
color: #1989FA;
}
</style>
background-color css
<style>
a { background-color: #1989FA; }
a { background-color: rgb(25,137,250); }
div.DivClassName
{
background-color: #1989FA;
}
.BgClassName
{
background-color: #1989FA;
}
</style>
border-color css
<style>
span { border-color: #1989FA; }
span { border-color: rgb(25,137,250); }
td.TdClassName
{
border-color: #1989FA;
}
.TagClassName
{
border-color: #1989FA;
}
</style>