Shades of Dodger Blue #107FEE
Tints of Dodger Blue #107FEE
RGB
CMYK
RGB Variations
Color information
#107FEE (or 0x107FEE) is known color: Dodger Blue. HEX triplet: 10, 7F and EE. RGB value is (16,127,238). Sum of RGB (Red+Green+Blue) = 16+127+238=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #107FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FEE is #EF8011. Grayscale: #696969. Windows color (decimal): -15695890 or 15630096. OLE color: 15630096.
HSL color Cylindrical-coordinate representation of color #107FEE: hue angle of 210º 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 #107FEE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 127 | 238 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.07 |
| HSL | 210º | 0.87% | 0.5% | - |
| HSV(B) | 210º | 0.93% | 0.93% | - |
| XYZ | 23.24 | 21.46 | 83.81 | - |
| YUV | 106.47 | 202.23 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 238 | 0.93 | 0.47 | 0 | 0.07 | 210 | 0.87 | 0.5 |
| Hex | 10 | 7F | EE | 5D | 2F | 0 | 7 | D2 | 57 | 32 |
| Octal | 20 | 177 | 356 | 135 | 57 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10000 | 1111111 | 11101110 | 1011101 | 101111 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #107FEE
Complementary color
Monochromatic Colors of #107FEE
Black with #107FEE
Text Example
Text Example
White with #107FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FEE; }
p { color: rgb(16,127,238); }
H1.HeaderClassName
{
color: #107FEE;
}
.AnyTagClassName
{
color: #107FEE;
}
</style>
background-color css
<style>
a { background-color: #107FEE; }
a { background-color: rgb(16,127,238); }
div.DivClassName
{
background-color: #107FEE;
}
.BgClassName
{
background-color: #107FEE;
}
</style>
border-color css
<style>
span { border-color: #107FEE; }
span { border-color: rgb(16,127,238); }
td.TdClassName
{
border-color: #107FEE;
}
.TagClassName
{
border-color: #107FEE;
}
</style>