Shades of Dodger Blue #10A7FF
Tints of Dodger Blue #10A7FF
RGB
CMYK
RGB Variations
Color information
#10A7FF (or 0x10A7FF) is known color: Dodger Blue. HEX triplet: 10, A7 and FF. RGB value is (16,167,255). Sum of RGB (Red+Green+Blue) = 16+167+255=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #10A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A7FF is #EF5800. Grayscale: #838383. Windows color (decimal): -15685633 or 16754448. OLE color: 16754448.
HSL color Cylindrical-coordinate representation of color #10A7FF: hue angle of 202.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A7FF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 167 | 255 | - |
| CMYK | 0.94 | 0.35 | 0 | 0 |
| HSL | 202.09º | 1% | 0.53% | - |
| HSV(B) | 202.09º | 0.94% | 1% | - |
| XYZ | 32.08 | 34.97 | 99.67 | - |
| YUV | 131.88 | 197.47 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 255 | 0.94 | 0.35 | 0 | 0 | 202.09 | 1 | 0.53 |
| Hex | 10 | A7 | FF | 5E | 23 | 0 | 0 | CA | 64 | 35 |
| Octal | 20 | 247 | 377 | 136 | 43 | 0 | 0 | 312 | 144 | 65 |
| Binary | 10000 | 10100111 | 11111111 | 1011110 | 100011 | 0 | 0 | 11001010 | 1100100 | 110101 |
Color Harmonies of #10A7FF
Complementary color
Monochromatic Colors of #10A7FF
Black with #10A7FF
Text Example
Text Example
White with #10A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A7FF; }
p { color: rgb(16,167,255); }
H1.HeaderClassName
{
color: #10A7FF;
}
.AnyTagClassName
{
color: #10A7FF;
}
</style>
background-color css
<style>
a { background-color: #10A7FF; }
a { background-color: rgb(16,167,255); }
div.DivClassName
{
background-color: #10A7FF;
}
.BgClassName
{
background-color: #10A7FF;
}
</style>
border-color css
<style>
span { border-color: #10A7FF; }
span { border-color: rgb(16,167,255); }
td.TdClassName
{
border-color: #10A7FF;
}
.TagClassName
{
border-color: #10A7FF;
}
</style>