Shades of Dodger Blue #107EFE
Tints of Dodger Blue #107EFE
RGB
CMYK
RGB Variations
Color information
#107EFE (or 0x107EFE) is known color: Dodger Blue. HEX triplet: 10, 7E and FE. RGB value is (16,126,254). Sum of RGB (Red+Green+Blue) = 16+126+254=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #107EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EFE is #EF8101. Grayscale: #6B6B6B. Windows color (decimal): -15696130 or 16678416. OLE color: 16678416.
HSL color Cylindrical-coordinate representation of color #107EFE: hue angle of 212.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107EFE is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 126 | 254 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.00 |
| HSL | 212.27º | 0.99% | 0.53% | - |
| HSV(B) | 212.27º | 0.94% | 1% | - |
| XYZ | 25.56 | 22.19 | 96.7 | - |
| YUV | 107.7 | 210.56 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 254 | 0.94 | 0.50 | 0 | 0.00 | 212.27 | 0.99 | 0.53 |
| Hex | 10 | 7E | FE | 5E | 32 | 0 | 0 | D4 | 63 | 35 |
| Octal | 20 | 176 | 376 | 136 | 62 | 0 | 0 | 324 | 143 | 65 |
| Binary | 10000 | 1111110 | 11111110 | 1011110 | 110010 | 0 | 0 | 11010100 | 1100011 | 110101 |
Color Harmonies of #107EFE
Complementary color
Monochromatic Colors of #107EFE
Black with #107EFE
Text Example
Text Example
White with #107EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EFE; }
p { color: rgb(16,126,254); }
H1.HeaderClassName
{
color: #107EFE;
}
.AnyTagClassName
{
color: #107EFE;
}
</style>
background-color css
<style>
a { background-color: #107EFE; }
a { background-color: rgb(16,126,254); }
div.DivClassName
{
background-color: #107EFE;
}
.BgClassName
{
background-color: #107EFE;
}
</style>
border-color css
<style>
span { border-color: #107EFE; }
span { border-color: rgb(16,126,254); }
td.TdClassName
{
border-color: #107EFE;
}
.TagClassName
{
border-color: #107EFE;
}
</style>