Shades of Dodger Blue #107AF2
Tints of Dodger Blue #107AF2
RGB
CMYK
RGB Variations
Color information
#107AF2 (or 0x107AF2) is known color: Dodger Blue. HEX triplet: 10, 7A and F2. RGB value is (16,122,242). Sum of RGB (Red+Green+Blue) = 16+122+242=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 242 (94.92% from 255 or 63.68% from 380); Max value from RGB is 242 - color contains mainly: blue. Hex color #107AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107AF2 is #EF850D. Grayscale: #676767. Windows color (decimal): -15697166 or 15890960. OLE color: 15890960.
HSL color Cylindrical-coordinate representation of color #107AF2: hue angle of 211.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107AF2 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 122 | 242 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.05 |
| HSL | 211.86º | 0.9% | 0.51% | - |
| HSV(B) | 211.86º | 0.93% | 0.95% | - |
| XYZ | 23.2 | 20.44 | 86.73 | - |
| YUV | 103.99 | 205.88 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 242 | 0.93 | 0.50 | 0 | 0.05 | 211.86 | 0.9 | 0.51 |
| Hex | 10 | 7A | F2 | 5D | 32 | 0 | 5 | D4 | 5A | 33 |
| Octal | 20 | 172 | 362 | 135 | 62 | 0 | 5 | 324 | 132 | 63 |
| Binary | 10000 | 1111010 | 11110010 | 1011101 | 110010 | 0 | 101 | 11010100 | 1011010 | 110011 |
Color Harmonies of #107AF2
Complementary color
Monochromatic Colors of #107AF2
Black with #107AF2
Text Example
Text Example
White with #107AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AF2; }
p { color: rgb(16,122,242); }
H1.HeaderClassName
{
color: #107AF2;
}
.AnyTagClassName
{
color: #107AF2;
}
</style>
background-color css
<style>
a { background-color: #107AF2; }
a { background-color: rgb(16,122,242); }
div.DivClassName
{
background-color: #107AF2;
}
.BgClassName
{
background-color: #107AF2;
}
</style>
border-color css
<style>
span { border-color: #107AF2; }
span { border-color: rgb(16,122,242); }
td.TdClassName
{
border-color: #107AF2;
}
.TagClassName
{
border-color: #107AF2;
}
</style>