Shades of Dodger Blue #107BEE
Tints of Dodger Blue #107BEE
RGB
CMYK
RGB Variations
Color information
#107BEE (or 0x107BEE) is known color: Dodger Blue. HEX triplet: 10, 7B and EE. RGB value is (16,123,238). Sum of RGB (Red+Green+Blue) = 16+123+238=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #107BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BEE is #EF8411. Grayscale: #676767. Windows color (decimal): -15696914 or 15629072. OLE color: 15629072.
HSL color Cylindrical-coordinate representation of color #107BEE: hue angle of 211.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BEE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 123 | 238 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.07 |
| HSL | 211.08º | 0.87% | 0.5% | - |
| HSV(B) | 211.08º | 0.93% | 0.93% | - |
| XYZ | 22.73 | 20.45 | 83.64 | - |
| YUV | 104.12 | 203.55 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 238 | 0.93 | 0.48 | 0 | 0.07 | 211.08 | 0.87 | 0.5 |
| Hex | 10 | 7B | EE | 5D | 30 | 0 | 7 | D3 | 57 | 32 |
| Octal | 20 | 173 | 356 | 135 | 60 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10000 | 1111011 | 11101110 | 1011101 | 110000 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #107BEE
Complementary color
Monochromatic Colors of #107BEE
Black with #107BEE
Text Example
Text Example
White with #107BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BEE; }
p { color: rgb(16,123,238); }
H1.HeaderClassName
{
color: #107BEE;
}
.AnyTagClassName
{
color: #107BEE;
}
</style>
background-color css
<style>
a { background-color: #107BEE; }
a { background-color: rgb(16,123,238); }
div.DivClassName
{
background-color: #107BEE;
}
.BgClassName
{
background-color: #107BEE;
}
</style>
border-color css
<style>
span { border-color: #107BEE; }
span { border-color: rgb(16,123,238); }
td.TdClassName
{
border-color: #107BEE;
}
.TagClassName
{
border-color: #107BEE;
}
</style>