Shades of Dodger Blue #109FE8
Tints of Dodger Blue #109FE8
RGB
CMYK
RGB Variations
Color information
#109FE8 (or 0x109FE8) is known color: Dodger Blue. HEX triplet: 10, 9F and E8. RGB value is (16,159,232). Sum of RGB (Red+Green+Blue) = 16+159+232=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #109FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FE8 is #EF6017. Grayscale: #7C7C7C. Windows color (decimal): -15687704 or 15245072. OLE color: 15245072.
HSL color Cylindrical-coordinate representation of color #109FE8: hue angle of 200.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FE8 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 159 | 232 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.09 |
| HSL | 200.28º | 0.87% | 0.49% | - |
| HSV(B) | 200.28º | 0.93% | 0.91% | - |
| XYZ | 27.18 | 30.73 | 80.84 | - |
| YUV | 124.57 | 188.62 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 232 | 0.93 | 0.31 | 0 | 0.09 | 200.28 | 0.87 | 0.49 |
| Hex | 10 | 9F | E8 | 5D | 1F | 0 | 9 | C8 | 57 | 31 |
| Octal | 20 | 237 | 350 | 135 | 37 | 0 | 11 | 310 | 127 | 61 |
| Binary | 10000 | 10011111 | 11101000 | 1011101 | 11111 | 0 | 1001 | 11001000 | 1010111 | 110001 |
Color Harmonies of #109FE8
Complementary color
Monochromatic Colors of #109FE8
Black with #109FE8
Text Example
Text Example
White with #109FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FE8; }
p { color: rgb(16,159,232); }
H1.HeaderClassName
{
color: #109FE8;
}
.AnyTagClassName
{
color: #109FE8;
}
</style>
background-color css
<style>
a { background-color: #109FE8; }
a { background-color: rgb(16,159,232); }
div.DivClassName
{
background-color: #109FE8;
}
.BgClassName
{
background-color: #109FE8;
}
</style>
border-color css
<style>
span { border-color: #109FE8; }
span { border-color: rgb(16,159,232); }
td.TdClassName
{
border-color: #109FE8;
}
.TagClassName
{
border-color: #109FE8;
}
</style>