Shades of Dodger Blue #107BFC
Tints of Dodger Blue #107BFC
RGB
CMYK
RGB Variations
Color information
#107BFC (or 0x107BFC) is known color: Dodger Blue. HEX triplet: 10, 7B and FC. RGB value is (16,123,252). Sum of RGB (Red+Green+Blue) = 16+123+252=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #107BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BFC is #EF8403. Grayscale: #696969. Windows color (decimal): -15696900 or 16546576. OLE color: 16546576.
HSL color Cylindrical-coordinate representation of color #107BFC: hue angle of 212.8º 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 #107BFC is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 123 | 252 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.01 |
| HSL | 212.8º | 0.98% | 0.53% | - |
| HSV(B) | 212.8º | 0.94% | 0.99% | - |
| XYZ | 24.87 | 21.3 | 94.9 | - |
| YUV | 105.71 | 210.55 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 252 | 0.94 | 0.51 | 0 | 0.01 | 212.8 | 0.98 | 0.53 |
| Hex | 10 | 7B | FC | 5E | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 20 | 173 | 374 | 136 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10000 | 1111011 | 11111100 | 1011110 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #107BFC
Complementary color
Monochromatic Colors of #107BFC
Black with #107BFC
Text Example
Text Example
White with #107BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BFC; }
p { color: rgb(16,123,252); }
H1.HeaderClassName
{
color: #107BFC;
}
.AnyTagClassName
{
color: #107BFC;
}
</style>
background-color css
<style>
a { background-color: #107BFC; }
a { background-color: rgb(16,123,252); }
div.DivClassName
{
background-color: #107BFC;
}
.BgClassName
{
background-color: #107BFC;
}
</style>
border-color css
<style>
span { border-color: #107BFC; }
span { border-color: rgb(16,123,252); }
td.TdClassName
{
border-color: #107BFC;
}
.TagClassName
{
border-color: #107BFC;
}
</style>