Shades of Dodger Blue #105FFF
Tints of Dodger Blue #105FFF
RGB
CMYK
RGB Variations
Color information
#105FFF (or 0x105FFF) is known color: Dodger Blue. HEX triplet: 10, 5F and FF. RGB value is (16,95,255). Sum of RGB (Red+Green+Blue) = 16+95+255=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #105FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FFF is #EFA000. Grayscale: #585858. Windows color (decimal): -15704065 or 16736016. OLE color: 16736016.
HSL color Cylindrical-coordinate representation of color #105FFF: hue angle of 220.17º 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 #105FFF is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 95 | 255 | - |
| CMYK | 0.94 | 0.63 | 0 | 0 |
| HSL | 220.17º | 1% | 0.53% | - |
| HSV(B) | 220.17º | 0.94% | 1% | - |
| XYZ | 22.36 | 15.51 | 96.42 | - |
| YUV | 89.62 | 221.33 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 255 | 0.94 | 0.63 | 0 | 0 | 220.17 | 1 | 0.53 |
| Hex | 10 | 5F | FF | 5E | 3F | 0 | 0 | DC | 64 | 35 |
| Octal | 20 | 137 | 377 | 136 | 77 | 0 | 0 | 334 | 144 | 65 |
| Binary | 10000 | 1011111 | 11111111 | 1011110 | 111111 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #105FFF
Complementary color
Monochromatic Colors of #105FFF
Black with #105FFF
Text Example
Text Example
White with #105FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FFF; }
p { color: rgb(16,95,255); }
H1.HeaderClassName
{
color: #105FFF;
}
.AnyTagClassName
{
color: #105FFF;
}
</style>
background-color css
<style>
a { background-color: #105FFF; }
a { background-color: rgb(16,95,255); }
div.DivClassName
{
background-color: #105FFF;
}
.BgClassName
{
background-color: #105FFF;
}
</style>
border-color css
<style>
span { border-color: #105FFF; }
span { border-color: rgb(16,95,255); }
td.TdClassName
{
border-color: #105FFF;
}
.TagClassName
{
border-color: #105FFF;
}
</style>