Shades of Dodger Blue #107FE5
Tints of Dodger Blue #107FE5
RGB
CMYK
RGB Variations
Color information
#107FE5 (or 0x107FE5) is known color: Dodger Blue. HEX triplet: 10, 7F and E5. RGB value is (16,127,229). Sum of RGB (Red+Green+Blue) = 16+127+229=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #107FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FE5 is #EF801A. Grayscale: #686868. Windows color (decimal): -15695899 or 15040272. OLE color: 15040272.
HSL color Cylindrical-coordinate representation of color #107FE5: hue angle of 208.73º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107FE5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 127 | 229 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.10 |
| HSL | 208.73º | 0.87% | 0.48% | - |
| HSV(B) | 208.73º | 0.93% | 0.9% | - |
| XYZ | 21.95 | 20.95 | 77.02 | - |
| YUV | 105.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 229 | 0.93 | 0.45 | 0 | 0.10 | 208.73 | 0.87 | 0.48 |
| Hex | 10 | 7F | E5 | 5D | 2D | 0 | A | D1 | 57 | 30 |
| Octal | 20 | 177 | 345 | 135 | 55 | 0 | 12 | 321 | 127 | 60 |
| Binary | 10000 | 1111111 | 11100101 | 1011101 | 101101 | 0 | 1010 | 11010001 | 1010111 | 110000 |
Color Harmonies of #107FE5
Complementary color
Monochromatic Colors of #107FE5
Black with #107FE5
Text Example
Text Example
White with #107FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FE5; }
p { color: rgb(16,127,229); }
H1.HeaderClassName
{
color: #107FE5;
}
.AnyTagClassName
{
color: #107FE5;
}
</style>
background-color css
<style>
a { background-color: #107FE5; }
a { background-color: rgb(16,127,229); }
div.DivClassName
{
background-color: #107FE5;
}
.BgClassName
{
background-color: #107FE5;
}
</style>
border-color css
<style>
span { border-color: #107FE5; }
span { border-color: rgb(16,127,229); }
td.TdClassName
{
border-color: #107FE5;
}
.TagClassName
{
border-color: #107FE5;
}
</style>