Shades of Dodger Blue #106BFC
Tints of Dodger Blue #106BFC
RGB
CMYK
RGB Variations
Color information
#106BFC (or 0x106BFC) is known color: Dodger Blue. HEX triplet: 10, 6B and FC. RGB value is (16,107,252). Sum of RGB (Red+Green+Blue) = 16+107+252=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #106BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BFC is #EF9403. Grayscale: #5F5F5F. Windows color (decimal): -15700996 or 16542480. OLE color: 16542480.
HSL color Cylindrical-coordinate representation of color #106BFC: hue angle of 216.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106BFC is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 107 | 252 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.01 |
| HSL | 216.86º | 0.98% | 0.53% | - |
| HSV(B) | 216.86º | 0.94% | 0.99% | - |
| XYZ | 23.04 | 17.65 | 94.29 | - |
| YUV | 96.32 | 215.85 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 252 | 0.94 | 0.58 | 0 | 0.01 | 216.86 | 0.98 | 0.53 |
| Hex | 10 | 6B | FC | 5E | 3A | 0 | 1 | D9 | 62 | 35 |
| Octal | 20 | 153 | 374 | 136 | 72 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10000 | 1101011 | 11111100 | 1011110 | 111010 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #106BFC
Complementary color
Monochromatic Colors of #106BFC
Black with #106BFC
Text Example
Text Example
White with #106BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BFC; }
p { color: rgb(16,107,252); }
H1.HeaderClassName
{
color: #106BFC;
}
.AnyTagClassName
{
color: #106BFC;
}
</style>
background-color css
<style>
a { background-color: #106BFC; }
a { background-color: rgb(16,107,252); }
div.DivClassName
{
background-color: #106BFC;
}
.BgClassName
{
background-color: #106BFC;
}
</style>
border-color css
<style>
span { border-color: #106BFC; }
span { border-color: rgb(16,107,252); }
td.TdClassName
{
border-color: #106BFC;
}
.TagClassName
{
border-color: #106BFC;
}
</style>