Shades of Dodger Blue #1689FA
Tints of Dodger Blue #1689FA
RGB
CMYK
RGB Variations
Color information
#1689FA (or 0x1689FA) is known color: Dodger Blue. HEX triplet: 16, 89 and FA. RGB value is (22,137,250). Sum of RGB (Red+Green+Blue) = 22+137+250=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #1689FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1689FA is #E97605. Grayscale: #727272. Windows color (decimal): -15300102 or 16419094. OLE color: 16419094.
HSL color Cylindrical-coordinate representation of color #1689FA: hue angle of 209.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1689FA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 137 | 250 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.02 |
| HSL | 209.74º | 0.96% | 0.53% | - |
| HSV(B) | 209.74º | 0.91% | 0.98% | - |
| XYZ | 26.53 | 24.96 | 93.86 | - |
| YUV | 115.5 | 203.9 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 250 | 0.91 | 0.45 | 0 | 0.02 | 209.74 | 0.96 | 0.53 |
| Hex | 16 | 89 | FA | 5B | 2D | 0 | 2 | D2 | 60 | 35 |
| Octal | 26 | 211 | 372 | 133 | 55 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10110 | 10001001 | 11111010 | 1011011 | 101101 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1689FA
Complementary color
Monochromatic Colors of #1689FA
Black with #1689FA
Text Example
Text Example
White with #1689FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689FA; }
p { color: rgb(22,137,250); }
H1.HeaderClassName
{
color: #1689FA;
}
.AnyTagClassName
{
color: #1689FA;
}
</style>
background-color css
<style>
a { background-color: #1689FA; }
a { background-color: rgb(22,137,250); }
div.DivClassName
{
background-color: #1689FA;
}
.BgClassName
{
background-color: #1689FA;
}
</style>
border-color css
<style>
span { border-color: #1689FA; }
span { border-color: rgb(22,137,250); }
td.TdClassName
{
border-color: #1689FA;
}
.TagClassName
{
border-color: #1689FA;
}
</style>