Shades of Dodger Blue #107BFE
Tints of Dodger Blue #107BFE
RGB
CMYK
RGB Variations
Color information
#107BFE (or 0x107BFE) is known color: Dodger Blue. HEX triplet: 10, 7B and FE. RGB value is (16,123,254). Sum of RGB (Red+Green+Blue) = 16+123+254=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #107BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BFE is #EF8401. Grayscale: #696969. Windows color (decimal): -15696898 or 16677648. OLE color: 16677648.
HSL color Cylindrical-coordinate representation of color #107BFE: hue angle of 213.03º 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 #107BFE is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 123 | 254 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.00 |
| HSL | 213.03º | 0.99% | 0.53% | - |
| HSV(B) | 213.03º | 0.94% | 1% | - |
| XYZ | 25.19 | 21.43 | 96.58 | - |
| YUV | 105.94 | 211.55 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 254 | 0.94 | 0.52 | 0 | 0.00 | 213.03 | 0.99 | 0.53 |
| Hex | 10 | 7B | FE | 5E | 34 | 0 | 0 | D5 | 63 | 35 |
| Octal | 20 | 173 | 376 | 136 | 64 | 0 | 0 | 325 | 143 | 65 |
| Binary | 10000 | 1111011 | 11111110 | 1011110 | 110100 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #107BFE
Complementary color
Monochromatic Colors of #107BFE
Black with #107BFE
Text Example
Text Example
White with #107BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BFE; }
p { color: rgb(16,123,254); }
H1.HeaderClassName
{
color: #107BFE;
}
.AnyTagClassName
{
color: #107BFE;
}
</style>
background-color css
<style>
a { background-color: #107BFE; }
a { background-color: rgb(16,123,254); }
div.DivClassName
{
background-color: #107BFE;
}
.BgClassName
{
background-color: #107BFE;
}
</style>
border-color css
<style>
span { border-color: #107BFE; }
span { border-color: rgb(16,123,254); }
td.TdClassName
{
border-color: #107BFE;
}
.TagClassName
{
border-color: #107BFE;
}
</style>