Shades of Dodger Blue #1989FF
Tints of Dodger Blue #1989FF
RGB
CMYK
RGB Variations
Color information
#1989FF (or 0x1989FF) is known color: Dodger Blue. HEX triplet: 19, 89 and FF. RGB value is (25,137,255). Sum of RGB (Red+Green+Blue) = 25+137+255=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #1989FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1989FF is #E67600. Grayscale: #747474. Windows color (decimal): -15103489 or 16746777. OLE color: 16746777.
HSL color Cylindrical-coordinate representation of color #1989FF: hue angle of 210.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1989FF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 137 | 255 | - |
| CMYK | 0.90 | 0.46 | 0 | 0 |
| HSL | 210.78º | 1% | 0.55% | - |
| HSV(B) | 210.78º | 0.9% | 1% | - |
| XYZ | 27.4 | 25.32 | 98.05 | - |
| YUV | 116.96 | 205.89 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 255 | 0.90 | 0.46 | 0 | 0 | 210.78 | 1 | 0.55 |
| Hex | 19 | 89 | FF | 5A | 2E | 0 | 0 | D3 | 64 | 37 |
| Octal | 31 | 211 | 377 | 132 | 56 | 0 | 0 | 323 | 144 | 67 |
| Binary | 11001 | 10001001 | 11111111 | 1011010 | 101110 | 0 | 0 | 11010011 | 1100100 | 110111 |
Color Harmonies of #1989FF
Complementary color
Monochromatic Colors of #1989FF
Black with #1989FF
Text Example
Text Example
White with #1989FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989FF; }
p { color: rgb(25,137,255); }
H1.HeaderClassName
{
color: #1989FF;
}
.AnyTagClassName
{
color: #1989FF;
}
</style>
background-color css
<style>
a { background-color: #1989FF; }
a { background-color: rgb(25,137,255); }
div.DivClassName
{
background-color: #1989FF;
}
.BgClassName
{
background-color: #1989FF;
}
</style>
border-color css
<style>
span { border-color: #1989FF; }
span { border-color: rgb(25,137,255); }
td.TdClassName
{
border-color: #1989FF;
}
.TagClassName
{
border-color: #1989FF;
}
</style>