Shades of Dodger Blue #107AFE
Tints of Dodger Blue #107AFE
RGB
CMYK
RGB Variations
Color information
#107AFE (or 0x107AFE) is known color: Dodger Blue. HEX triplet: 10, 7A and FE. RGB value is (16,122,254). Sum of RGB (Red+Green+Blue) = 16+122+254=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #107AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107AFE is #EF8501. Grayscale: #686868. Windows color (decimal): -15697154 or 16677392. OLE color: 16677392.
HSL color Cylindrical-coordinate representation of color #107AFE: hue angle of 213.28º 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 #107AFE is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 122 | 254 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.00 |
| HSL | 213.28º | 0.99% | 0.53% | - |
| HSV(B) | 213.28º | 0.94% | 1% | - |
| XYZ | 25.06 | 21.18 | 96.53 | - |
| YUV | 105.35 | 211.88 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 254 | 0.94 | 0.52 | 0 | 0.00 | 213.28 | 0.99 | 0.53 |
| Hex | 10 | 7A | FE | 5E | 34 | 0 | 0 | D5 | 63 | 35 |
| Octal | 20 | 172 | 376 | 136 | 64 | 0 | 0 | 325 | 143 | 65 |
| Binary | 10000 | 1111010 | 11111110 | 1011110 | 110100 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #107AFE
Complementary color
Monochromatic Colors of #107AFE
Black with #107AFE
Text Example
Text Example
White with #107AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AFE; }
p { color: rgb(16,122,254); }
H1.HeaderClassName
{
color: #107AFE;
}
.AnyTagClassName
{
color: #107AFE;
}
</style>
background-color css
<style>
a { background-color: #107AFE; }
a { background-color: rgb(16,122,254); }
div.DivClassName
{
background-color: #107AFE;
}
.BgClassName
{
background-color: #107AFE;
}
</style>
border-color css
<style>
span { border-color: #107AFE; }
span { border-color: rgb(16,122,254); }
td.TdClassName
{
border-color: #107AFE;
}
.TagClassName
{
border-color: #107AFE;
}
</style>