Shades of Dodger Blue #107BEA
Tints of Dodger Blue #107BEA
RGB
CMYK
RGB Variations
Color information
#107BEA (or 0x107BEA) is known color: Dodger Blue. HEX triplet: 10, 7B and EA. RGB value is (16,123,234). Sum of RGB (Red+Green+Blue) = 16+123+234=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #107BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BEA is #EF8415. Grayscale: #676767. Windows color (decimal): -15696918 or 15366928. OLE color: 15366928.
HSL color Cylindrical-coordinate representation of color #107BEA: hue angle of 210.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BEA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 123 | 234 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.08 |
| HSL | 210.55º | 0.87% | 0.49% | - |
| HSV(B) | 210.55º | 0.93% | 0.92% | - |
| XYZ | 22.15 | 20.22 | 80.58 | - |
| YUV | 103.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 234 | 0.93 | 0.47 | 0 | 0.08 | 210.55 | 0.87 | 0.49 |
| Hex | 10 | 7B | EA | 5D | 2F | 0 | 8 | D3 | 57 | 31 |
| Octal | 20 | 173 | 352 | 135 | 57 | 0 | 10 | 323 | 127 | 61 |
| Binary | 10000 | 1111011 | 11101010 | 1011101 | 101111 | 0 | 1000 | 11010011 | 1010111 | 110001 |
Color Harmonies of #107BEA
Complementary color
Monochromatic Colors of #107BEA
Black with #107BEA
Text Example
Text Example
White with #107BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BEA; }
p { color: rgb(16,123,234); }
H1.HeaderClassName
{
color: #107BEA;
}
.AnyTagClassName
{
color: #107BEA;
}
</style>
background-color css
<style>
a { background-color: #107BEA; }
a { background-color: rgb(16,123,234); }
div.DivClassName
{
background-color: #107BEA;
}
.BgClassName
{
background-color: #107BEA;
}
</style>
border-color css
<style>
span { border-color: #107BEA; }
span { border-color: rgb(16,123,234); }
td.TdClassName
{
border-color: #107BEA;
}
.TagClassName
{
border-color: #107BEA;
}
</style>