Shades of Dodger Blue #105DFF
Tints of Dodger Blue #105DFF
RGB
CMYK
RGB Variations
Color information
#105DFF (or 0x105DFF) is known color: Dodger Blue. HEX triplet: 10, 5D and FF. RGB value is (16,93,255). Sum of RGB (Red+Green+Blue) = 16+93+255=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #105DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DFF is #EFA200. Grayscale: #575757. Windows color (decimal): -15704577 or 16735504. OLE color: 16735504.
HSL color Cylindrical-coordinate representation of color #105DFF: hue angle of 220.67º 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 #105DFF is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 93 | 255 | - |
| CMYK | 0.94 | 0.64 | 0 | 0 |
| HSL | 220.67º | 1% | 0.53% | - |
| HSV(B) | 220.67º | 0.94% | 1% | - |
| XYZ | 22.18 | 15.16 | 96.36 | - |
| YUV | 88.45 | 221.99 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 255 | 0.94 | 0.64 | 0 | 0 | 220.67 | 1 | 0.53 |
| Hex | 10 | 5D | FF | 5E | 40 | 0 | 0 | DD | 64 | 35 |
| Octal | 20 | 135 | 377 | 136 | 100 | 0 | 0 | 335 | 144 | 65 |
| Binary | 10000 | 1011101 | 11111111 | 1011110 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110101 |
Color Harmonies of #105DFF
Complementary color
Monochromatic Colors of #105DFF
Black with #105DFF
Text Example
Text Example
White with #105DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DFF; }
p { color: rgb(16,93,255); }
H1.HeaderClassName
{
color: #105DFF;
}
.AnyTagClassName
{
color: #105DFF;
}
</style>
background-color css
<style>
a { background-color: #105DFF; }
a { background-color: rgb(16,93,255); }
div.DivClassName
{
background-color: #105DFF;
}
.BgClassName
{
background-color: #105DFF;
}
</style>
border-color css
<style>
span { border-color: #105DFF; }
span { border-color: rgb(16,93,255); }
td.TdClassName
{
border-color: #105DFF;
}
.TagClassName
{
border-color: #105DFF;
}
</style>