Shades of Dodger Blue #10A3FF
Tints of Dodger Blue #10A3FF
RGB
CMYK
RGB Variations
Color information
#10A3FF (or 0x10A3FF) is known color: Dodger Blue. HEX triplet: 10, A3 and FF. RGB value is (16,163,255). Sum of RGB (Red+Green+Blue) = 16+163+255=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #10A3FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A3FF is #EF5C00. Grayscale: #818181. Windows color (decimal): -15686657 or 16753424. OLE color: 16753424.
HSL color Cylindrical-coordinate representation of color #10A3FF: hue angle of 203.1º 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 #10A3FF is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 163 | 255 | - |
| CMYK | 0.94 | 0.36 | 0 | 0 |
| HSL | 203.1º | 1% | 0.53% | - |
| HSV(B) | 203.1º | 0.94% | 1% | - |
| XYZ | 31.36 | 33.52 | 99.43 | - |
| YUV | 129.54 | 198.8 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 255 | 0.94 | 0.36 | 0 | 0 | 203.1 | 1 | 0.53 |
| Hex | 10 | A3 | FF | 5E | 24 | 0 | 0 | CB | 64 | 35 |
| Octal | 20 | 243 | 377 | 136 | 44 | 0 | 0 | 313 | 144 | 65 |
| Binary | 10000 | 10100011 | 11111111 | 1011110 | 100100 | 0 | 0 | 11001011 | 1100100 | 110101 |
Color Harmonies of #10A3FF
Complementary color
Monochromatic Colors of #10A3FF
Black with #10A3FF
Text Example
Text Example
White with #10A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A3FF; }
p { color: rgb(16,163,255); }
H1.HeaderClassName
{
color: #10A3FF;
}
.AnyTagClassName
{
color: #10A3FF;
}
</style>
background-color css
<style>
a { background-color: #10A3FF; }
a { background-color: rgb(16,163,255); }
div.DivClassName
{
background-color: #10A3FF;
}
.BgClassName
{
background-color: #10A3FF;
}
</style>
border-color css
<style>
span { border-color: #10A3FF; }
span { border-color: rgb(16,163,255); }
td.TdClassName
{
border-color: #10A3FF;
}
.TagClassName
{
border-color: #10A3FF;
}
</style>