Shades of Dodger Blue #1089FA
Tints of Dodger Blue #1089FA
RGB
CMYK
RGB Variations
Color information
#1089FA (or 0x1089FA) is known color: Dodger Blue. HEX triplet: 10, 89 and FA. RGB value is (16,137,250). Sum of RGB (Red+Green+Blue) = 16+137+250=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1089FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1089FA is #EF7605. Grayscale: #717171. Windows color (decimal): -15693318 or 16419088. OLE color: 16419088.
HSL color Cylindrical-coordinate representation of color #1089FA: hue angle of 208.97º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1089FA is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 137 | 250 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.02 |
| HSL | 208.97º | 0.96% | 0.52% | - |
| HSV(B) | 208.97º | 0.94% | 0.98% | - |
| XYZ | 26.41 | 24.9 | 93.86 | - |
| YUV | 113.7 | 204.91 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 250 | 0.94 | 0.45 | 0 | 0.02 | 208.97 | 0.96 | 0.52 |
| Hex | 10 | 89 | FA | 5E | 2D | 0 | 2 | D1 | 60 | 34 |
| Octal | 20 | 211 | 372 | 136 | 55 | 0 | 2 | 321 | 140 | 64 |
| Binary | 10000 | 10001001 | 11111010 | 1011110 | 101101 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #1089FA
Complementary color
Monochromatic Colors of #1089FA
Black with #1089FA
Text Example
Text Example
White with #1089FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1089FA; }
p { color: rgb(16,137,250); }
H1.HeaderClassName
{
color: #1089FA;
}
.AnyTagClassName
{
color: #1089FA;
}
</style>
background-color css
<style>
a { background-color: #1089FA; }
a { background-color: rgb(16,137,250); }
div.DivClassName
{
background-color: #1089FA;
}
.BgClassName
{
background-color: #1089FA;
}
</style>
border-color css
<style>
span { border-color: #1089FA; }
span { border-color: rgb(16,137,250); }
td.TdClassName
{
border-color: #1089FA;
}
.TagClassName
{
border-color: #1089FA;
}
</style>