Shades of Dodger Blue #107BEB
Tints of Dodger Blue #107BEB
RGB
CMYK
RGB Variations
Color information
#107BEB (or 0x107BEB) is known color: Dodger Blue. HEX triplet: 10, 7B and EB. RGB value is (16,123,235). Sum of RGB (Red+Green+Blue) = 16+123+235=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #107BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BEB is #EF8414. Grayscale: #676767. Windows color (decimal): -15696917 or 15432464. OLE color: 15432464.
HSL color Cylindrical-coordinate representation of color #107BEB: hue angle of 210.68º 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 #107BEB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 123 | 235 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.08 |
| HSL | 210.68º | 0.87% | 0.49% | - |
| HSV(B) | 210.68º | 0.93% | 0.92% | - |
| XYZ | 22.29 | 20.27 | 81.34 | - |
| YUV | 103.78 | 202.05 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 235 | 0.93 | 0.48 | 0 | 0.08 | 210.68 | 0.87 | 0.49 |
| Hex | 10 | 7B | EB | 5D | 30 | 0 | 8 | D3 | 57 | 31 |
| Octal | 20 | 173 | 353 | 135 | 60 | 0 | 10 | 323 | 127 | 61 |
| Binary | 10000 | 1111011 | 11101011 | 1011101 | 110000 | 0 | 1000 | 11010011 | 1010111 | 110001 |
Color Harmonies of #107BEB
Complementary color
Monochromatic Colors of #107BEB
Black with #107BEB
Text Example
Text Example
White with #107BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BEB; }
p { color: rgb(16,123,235); }
H1.HeaderClassName
{
color: #107BEB;
}
.AnyTagClassName
{
color: #107BEB;
}
</style>
background-color css
<style>
a { background-color: #107BEB; }
a { background-color: rgb(16,123,235); }
div.DivClassName
{
background-color: #107BEB;
}
.BgClassName
{
background-color: #107BEB;
}
</style>
border-color css
<style>
span { border-color: #107BEB; }
span { border-color: rgb(16,123,235); }
td.TdClassName
{
border-color: #107BEB;
}
.TagClassName
{
border-color: #107BEB;
}
</style>