Shades of Dodger Blue #107FFF
Tints of Dodger Blue #107FFF
RGB
CMYK
RGB Variations
Color information
#107FFF (or 0x107FFF) is known color: Dodger Blue. HEX triplet: 10, 7F and FF. RGB value is (16,127,255). Sum of RGB (Red+Green+Blue) = 16+127+255=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #107FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FFF is #EF8000. Grayscale: #6B6B6B. Windows color (decimal): -15695873 or 16744208. OLE color: 16744208.
HSL color Cylindrical-coordinate representation of color #107FFF: hue angle of 212.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107FFF is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 127 | 255 | - |
| CMYK | 0.94 | 0.50 | 0 | 0 |
| HSL | 212.13º | 1% | 0.53% | - |
| HSV(B) | 212.13º | 0.94% | 1% | - |
| XYZ | 25.85 | 22.51 | 97.59 | - |
| YUV | 108.4 | 210.73 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 255 | 0.94 | 0.50 | 0 | 0 | 212.13 | 1 | 0.53 |
| Hex | 10 | 7F | FF | 5E | 32 | 0 | 0 | D4 | 64 | 35 |
| Octal | 20 | 177 | 377 | 136 | 62 | 0 | 0 | 324 | 144 | 65 |
| Binary | 10000 | 1111111 | 11111111 | 1011110 | 110010 | 0 | 0 | 11010100 | 1100100 | 110101 |
Color Harmonies of #107FFF
Complementary color
Monochromatic Colors of #107FFF
Black with #107FFF
Text Example
Text Example
White with #107FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FFF; }
p { color: rgb(16,127,255); }
H1.HeaderClassName
{
color: #107FFF;
}
.AnyTagClassName
{
color: #107FFF;
}
</style>
background-color css
<style>
a { background-color: #107FFF; }
a { background-color: rgb(16,127,255); }
div.DivClassName
{
background-color: #107FFF;
}
.BgClassName
{
background-color: #107FFF;
}
</style>
border-color css
<style>
span { border-color: #107FFF; }
span { border-color: rgb(16,127,255); }
td.TdClassName
{
border-color: #107FFF;
}
.TagClassName
{
border-color: #107FFF;
}
</style>