Shades of Dodger Blue #107EED
Tints of Dodger Blue #107EED
RGB
CMYK
RGB Variations
Color information
#107EED (or 0x107EED) is known color: Dodger Blue. HEX triplet: 10, 7E and ED. RGB value is (16,126,237). Sum of RGB (Red+Green+Blue) = 16+126+237=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #107EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EED is #EF8112. Grayscale: #696969. Windows color (decimal): -15696147 or 15564304. OLE color: 15564304.
HSL color Cylindrical-coordinate representation of color #107EED: hue angle of 210.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107EED is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 126 | 237 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.07 |
| HSL | 210.14º | 0.87% | 0.5% | - |
| HSV(B) | 210.14º | 0.93% | 0.93% | - |
| XYZ | 22.96 | 21.15 | 82.99 | - |
| YUV | 105.76 | 202.06 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 237 | 0.93 | 0.47 | 0 | 0.07 | 210.14 | 0.87 | 0.5 |
| Hex | 10 | 7E | ED | 5D | 2F | 0 | 7 | D2 | 57 | 32 |
| Octal | 20 | 176 | 355 | 135 | 57 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10000 | 1111110 | 11101101 | 1011101 | 101111 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #107EED
Complementary color
Monochromatic Colors of #107EED
Black with #107EED
Text Example
Text Example
White with #107EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EED; }
p { color: rgb(16,126,237); }
H1.HeaderClassName
{
color: #107EED;
}
.AnyTagClassName
{
color: #107EED;
}
</style>
background-color css
<style>
a { background-color: #107EED; }
a { background-color: rgb(16,126,237); }
div.DivClassName
{
background-color: #107EED;
}
.BgClassName
{
background-color: #107EED;
}
</style>
border-color css
<style>
span { border-color: #107EED; }
span { border-color: rgb(16,126,237); }
td.TdClassName
{
border-color: #107EED;
}
.TagClassName
{
border-color: #107EED;
}
</style>