Shades of Dodger Blue #1099FA
Tints of Dodger Blue #1099FA
RGB
CMYK
RGB Variations
Color information
#1099FA (or 0x1099FA) is known color: Dodger Blue. HEX triplet: 10, 99 and FA. RGB value is (16,153,250). Sum of RGB (Red+Green+Blue) = 16+153+250=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1099FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1099FA is #EF6605. Grayscale: #7A7A7A. Windows color (decimal): -15689222 or 16423184. OLE color: 16423184.
HSL color Cylindrical-coordinate representation of color #1099FA: hue angle of 204.87º 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 #1099FA is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 153 | 250 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.02 |
| HSL | 204.87º | 0.96% | 0.52% | - |
| HSV(B) | 204.87º | 0.94% | 0.98% | - |
| XYZ | 28.86 | 29.79 | 94.67 | - |
| YUV | 123.1 | 199.61 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 250 | 0.94 | 0.39 | 0 | 0.02 | 204.87 | 0.96 | 0.52 |
| Hex | 10 | 99 | FA | 5E | 27 | 0 | 2 | CD | 60 | 34 |
| Octal | 20 | 231 | 372 | 136 | 47 | 0 | 2 | 315 | 140 | 64 |
| Binary | 10000 | 10011001 | 11111010 | 1011110 | 100111 | 0 | 10 | 11001101 | 1100000 | 110100 |
Color Harmonies of #1099FA
Complementary color
Monochromatic Colors of #1099FA
Black with #1099FA
Text Example
Text Example
White with #1099FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099FA; }
p { color: rgb(16,153,250); }
H1.HeaderClassName
{
color: #1099FA;
}
.AnyTagClassName
{
color: #1099FA;
}
</style>
background-color css
<style>
a { background-color: #1099FA; }
a { background-color: rgb(16,153,250); }
div.DivClassName
{
background-color: #1099FA;
}
.BgClassName
{
background-color: #1099FA;
}
</style>
border-color css
<style>
span { border-color: #1099FA; }
span { border-color: rgb(16,153,250); }
td.TdClassName
{
border-color: #1099FA;
}
.TagClassName
{
border-color: #1099FA;
}
</style>