Shades of Dodger Blue #107FE9
Tints of Dodger Blue #107FE9
RGB
CMYK
RGB Variations
Color information
#107FE9 (or 0x107FE9) is known color: Dodger Blue. HEX triplet: 10, 7F and E9. RGB value is (16,127,233). Sum of RGB (Red+Green+Blue) = 16+127+233=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #107FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FE9 is #EF8016. Grayscale: #696969. Windows color (decimal): -15695895 or 15302416. OLE color: 15302416.
HSL color Cylindrical-coordinate representation of color #107FE9: hue angle of 209.31º 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 #107FE9 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 127 | 233 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.09 |
| HSL | 209.31º | 0.87% | 0.49% | - |
| HSV(B) | 209.31º | 0.93% | 0.91% | - |
| XYZ | 22.51 | 21.17 | 79.99 | - |
| YUV | 105.9 | 199.73 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 233 | 0.93 | 0.45 | 0 | 0.09 | 209.31 | 0.87 | 0.49 |
| Hex | 10 | 7F | E9 | 5D | 2D | 0 | 9 | D1 | 57 | 31 |
| Octal | 20 | 177 | 351 | 135 | 55 | 0 | 11 | 321 | 127 | 61 |
| Binary | 10000 | 1111111 | 11101001 | 1011101 | 101101 | 0 | 1001 | 11010001 | 1010111 | 110001 |
Color Harmonies of #107FE9
Complementary color
Monochromatic Colors of #107FE9
Black with #107FE9
Text Example
Text Example
White with #107FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FE9; }
p { color: rgb(16,127,233); }
H1.HeaderClassName
{
color: #107FE9;
}
.AnyTagClassName
{
color: #107FE9;
}
</style>
background-color css
<style>
a { background-color: #107FE9; }
a { background-color: rgb(16,127,233); }
div.DivClassName
{
background-color: #107FE9;
}
.BgClassName
{
background-color: #107FE9;
}
</style>
border-color css
<style>
span { border-color: #107FE9; }
span { border-color: rgb(16,127,233); }
td.TdClassName
{
border-color: #107FE9;
}
.TagClassName
{
border-color: #107FE9;
}
</style>