Shades of Dodger Blue #1489F1
Tints of Dodger Blue #1489F1
RGB
CMYK
RGB Variations
Color information
#1489F1 (or 0x1489F1) is known color: Dodger Blue. HEX triplet: 14, 89 and F1. RGB value is (20,137,241). Sum of RGB (Red+Green+Blue) = 20+137+241=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #1489F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1489F1 is #EB760E. Grayscale: #717171. Windows color (decimal): -15431183 or 15829268. OLE color: 15829268.
HSL color Cylindrical-coordinate representation of color #1489F1: hue angle of 208.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1489F1 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 137 | 241 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.05 |
| HSL | 208.24º | 0.89% | 0.51% | - |
| HSV(B) | 208.24º | 0.92% | 0.95% | - |
| XYZ | 25.11 | 24.39 | 86.6 | - |
| YUV | 113.87 | 199.74 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 241 | 0.92 | 0.43 | 0 | 0.05 | 208.24 | 0.89 | 0.51 |
| Hex | 14 | 89 | F1 | 5C | 2B | 0 | 5 | D0 | 59 | 33 |
| Octal | 24 | 211 | 361 | 134 | 53 | 0 | 5 | 320 | 131 | 63 |
| Binary | 10100 | 10001001 | 11110001 | 1011100 | 101011 | 0 | 101 | 11010000 | 1011001 | 110011 |
Color Harmonies of #1489F1
Complementary color
Monochromatic Colors of #1489F1
Black with #1489F1
Text Example
Text Example
White with #1489F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489F1; }
p { color: rgb(20,137,241); }
H1.HeaderClassName
{
color: #1489F1;
}
.AnyTagClassName
{
color: #1489F1;
}
</style>
background-color css
<style>
a { background-color: #1489F1; }
a { background-color: rgb(20,137,241); }
div.DivClassName
{
background-color: #1489F1;
}
.BgClassName
{
background-color: #1489F1;
}
</style>
border-color css
<style>
span { border-color: #1489F1; }
span { border-color: rgb(20,137,241); }
td.TdClassName
{
border-color: #1489F1;
}
.TagClassName
{
border-color: #1489F1;
}
</style>