Shades of Dodger Blue #105DFE
Tints of Dodger Blue #105DFE
RGB
CMYK
RGB Variations
Color information
#105DFE (or 0x105DFE) is known color: Dodger Blue. HEX triplet: 10, 5D and FE. RGB value is (16,93,254). Sum of RGB (Red+Green+Blue) = 16+93+254=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #105DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DFE is #EFA201. Grayscale: #575757. Windows color (decimal): -15704578 or 16669968. OLE color: 16669968.
HSL color Cylindrical-coordinate representation of color #105DFE: hue angle of 220.59º 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 #105DFE is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 93 | 254 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.00 |
| HSL | 220.59º | 0.99% | 0.53% | - |
| HSV(B) | 220.59º | 0.94% | 1% | - |
| XYZ | 22.02 | 15.09 | 95.52 | - |
| YUV | 88.33 | 221.49 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 254 | 0.94 | 0.63 | 0 | 0.00 | 220.59 | 0.99 | 0.53 |
| Hex | 10 | 5D | FE | 5E | 3F | 0 | 0 | DD | 63 | 35 |
| Octal | 20 | 135 | 376 | 136 | 77 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10000 | 1011101 | 11111110 | 1011110 | 111111 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #105DFE
Complementary color
Monochromatic Colors of #105DFE
Black with #105DFE
Text Example
Text Example
White with #105DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DFE; }
p { color: rgb(16,93,254); }
H1.HeaderClassName
{
color: #105DFE;
}
.AnyTagClassName
{
color: #105DFE;
}
</style>
background-color css
<style>
a { background-color: #105DFE; }
a { background-color: rgb(16,93,254); }
div.DivClassName
{
background-color: #105DFE;
}
.BgClassName
{
background-color: #105DFE;
}
</style>
border-color css
<style>
span { border-color: #105DFE; }
span { border-color: rgb(16,93,254); }
td.TdClassName
{
border-color: #105DFE;
}
.TagClassName
{
border-color: #105DFE;
}
</style>