Shades of Dodger Blue #1099FB
Tints of Dodger Blue #1099FB
RGB
CMYK
RGB Variations
Color information
#1099FB (or 0x1099FB) is known color: Dodger Blue. HEX triplet: 10, 99 and FB. RGB value is (16,153,251). Sum of RGB (Red+Green+Blue) = 16+153+251=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1099FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1099FB is #EF6604. Grayscale: #7A7A7A. Windows color (decimal): -15689221 or 16488720. OLE color: 16488720.
HSL color Cylindrical-coordinate representation of color #1099FB: hue angle of 205.02º degrees, saturation: 0.97, 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 #1099FB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 153 | 251 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.02 |
| HSL | 205.02º | 0.97% | 0.52% | - |
| HSV(B) | 205.02º | 0.94% | 0.98% | - |
| XYZ | 29.02 | 29.86 | 95.5 | - |
| YUV | 123.21 | 200.11 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 251 | 0.94 | 0.39 | 0 | 0.02 | 205.02 | 0.97 | 0.52 |
| Hex | 10 | 99 | FB | 5E | 27 | 0 | 2 | CD | 61 | 34 |
| Octal | 20 | 231 | 373 | 136 | 47 | 0 | 2 | 315 | 141 | 64 |
| Binary | 10000 | 10011001 | 11111011 | 1011110 | 100111 | 0 | 10 | 11001101 | 1100001 | 110100 |
Color Harmonies of #1099FB
Complementary color
Monochromatic Colors of #1099FB
Black with #1099FB
Text Example
Text Example
White with #1099FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099FB; }
p { color: rgb(16,153,251); }
H1.HeaderClassName
{
color: #1099FB;
}
.AnyTagClassName
{
color: #1099FB;
}
</style>
background-color css
<style>
a { background-color: #1099FB; }
a { background-color: rgb(16,153,251); }
div.DivClassName
{
background-color: #1099FB;
}
.BgClassName
{
background-color: #1099FB;
}
</style>
border-color css
<style>
span { border-color: #1099FB; }
span { border-color: rgb(16,153,251); }
td.TdClassName
{
border-color: #1099FB;
}
.TagClassName
{
border-color: #1099FB;
}
</style>