Shades of Dodger Blue #1099FF
Tints of Dodger Blue #1099FF
RGB
CMYK
RGB Variations
Color information
#1099FF (or 0x1099FF) is known color: Dodger Blue. HEX triplet: 10, 99 and FF. RGB value is (16,153,255). Sum of RGB (Red+Green+Blue) = 16+153+255=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1099FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1099FF is #EF6600. Grayscale: #7B7B7B. Windows color (decimal): -15689217 or 16750864. OLE color: 16750864.
HSL color Cylindrical-coordinate representation of color #1099FF: hue angle of 205.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1099FF is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 153 | 255 | - |
| CMYK | 0.94 | 0.4 | 0 | 0 |
| HSL | 205.61º | 1% | 0.53% | - |
| HSV(B) | 205.61º | 0.94% | 1% | - |
| XYZ | 29.65 | 30.11 | 98.86 | - |
| YUV | 123.67 | 202.11 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 255 | 0.94 | 0.4 | 0 | 0 | 205.61 | 1 | 0.53 |
| Hex | 10 | 99 | FF | 5E | 28 | 0 | 0 | CE | 64 | 35 |
| Octal | 20 | 231 | 377 | 136 | 50 | 0 | 0 | 316 | 144 | 65 |
| Binary | 10000 | 10011001 | 11111111 | 1011110 | 101000 | 0 | 0 | 11001110 | 1100100 | 110101 |
Color Harmonies of #1099FF
Complementary color
Monochromatic Colors of #1099FF
Black with #1099FF
Text Example
Text Example
White with #1099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099FF; }
p { color: rgb(16,153,255); }
H1.HeaderClassName
{
color: #1099FF;
}
.AnyTagClassName
{
color: #1099FF;
}
</style>
background-color css
<style>
a { background-color: #1099FF; }
a { background-color: rgb(16,153,255); }
div.DivClassName
{
background-color: #1099FF;
}
.BgClassName
{
background-color: #1099FF;
}
</style>
border-color css
<style>
span { border-color: #1099FF; }
span { border-color: rgb(16,153,255); }
td.TdClassName
{
border-color: #1099FF;
}
.TagClassName
{
border-color: #1099FF;
}
</style>