Shades of Dodger Blue #1099F8
Tints of Dodger Blue #1099F8
RGB
CMYK
RGB Variations
Color information
#1099F8 (or 0x1099F8) is known color: Dodger Blue. HEX triplet: 10, 99 and F8. RGB value is (16,153,248). Sum of RGB (Red+Green+Blue) = 16+153+248=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #1099F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1099F8 is #EF6607. Grayscale: #7A7A7A. Windows color (decimal): -15689224 or 16292112. OLE color: 16292112.
HSL color Cylindrical-coordinate representation of color #1099F8: hue angle of 204.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1099F8 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 153 | 248 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.03 |
| HSL | 204.57º | 0.94% | 0.52% | - |
| HSV(B) | 204.57º | 0.94% | 0.97% | - |
| XYZ | 28.55 | 29.67 | 93.03 | - |
| YUV | 122.87 | 198.61 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 248 | 0.94 | 0.38 | 0 | 0.03 | 204.57 | 0.94 | 0.52 |
| Hex | 10 | 99 | F8 | 5E | 26 | 0 | 3 | CD | 5E | 34 |
| Octal | 20 | 231 | 370 | 136 | 46 | 0 | 3 | 315 | 136 | 64 |
| Binary | 10000 | 10011001 | 11111000 | 1011110 | 100110 | 0 | 11 | 11001101 | 1011110 | 110100 |
Color Harmonies of #1099F8
Complementary color
Monochromatic Colors of #1099F8
Black with #1099F8
Text Example
Text Example
White with #1099F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099F8; }
p { color: rgb(16,153,248); }
H1.HeaderClassName
{
color: #1099F8;
}
.AnyTagClassName
{
color: #1099F8;
}
</style>
background-color css
<style>
a { background-color: #1099F8; }
a { background-color: rgb(16,153,248); }
div.DivClassName
{
background-color: #1099F8;
}
.BgClassName
{
background-color: #1099F8;
}
</style>
border-color css
<style>
span { border-color: #1099F8; }
span { border-color: rgb(16,153,248); }
td.TdClassName
{
border-color: #1099F8;
}
.TagClassName
{
border-color: #1099F8;
}
</style>