Shades of Dodger Blue #106DF8
Tints of Dodger Blue #106DF8
RGB
CMYK
RGB Variations
Color information
#106DF8 (or 0x106DF8) is known color: Dodger Blue. HEX triplet: 10, 6D and F8. RGB value is (16,109,248). Sum of RGB (Red+Green+Blue) = 16+109+248=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #106DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF8 is #EF9207. Grayscale: #606060. Windows color (decimal): -15700488 or 16280848. OLE color: 16280848.
HSL color Cylindrical-coordinate representation of color #106DF8: hue angle of 215.95º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106DF8 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 109 | 248 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.03 |
| HSL | 215.95º | 0.94% | 0.52% | - |
| HSV(B) | 215.95º | 0.94% | 0.97% | - |
| XYZ | 22.63 | 17.82 | 91.05 | - |
| YUV | 97.04 | 213.19 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 248 | 0.94 | 0.56 | 0 | 0.03 | 215.95 | 0.94 | 0.52 |
| Hex | 10 | 6D | F8 | 5E | 38 | 0 | 3 | D8 | 5E | 34 |
| Octal | 20 | 155 | 370 | 136 | 70 | 0 | 3 | 330 | 136 | 64 |
| Binary | 10000 | 1101101 | 11111000 | 1011110 | 111000 | 0 | 11 | 11011000 | 1011110 | 110100 |
Color Harmonies of #106DF8
Complementary color
Monochromatic Colors of #106DF8
Black with #106DF8
Text Example
Text Example
White with #106DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DF8; }
p { color: rgb(16,109,248); }
H1.HeaderClassName
{
color: #106DF8;
}
.AnyTagClassName
{
color: #106DF8;
}
</style>
background-color css
<style>
a { background-color: #106DF8; }
a { background-color: rgb(16,109,248); }
div.DivClassName
{
background-color: #106DF8;
}
.BgClassName
{
background-color: #106DF8;
}
</style>
border-color css
<style>
span { border-color: #106DF8; }
span { border-color: rgb(16,109,248); }
td.TdClassName
{
border-color: #106DF8;
}
.TagClassName
{
border-color: #106DF8;
}
</style>