Shades of Dodger Blue #16A3EA
Tints of Dodger Blue #16A3EA
RGB
CMYK
RGB Variations
Color information
#16A3EA (or 0x16A3EA) is known color: Dodger Blue. HEX triplet: 16, A3 and EA. RGB value is (22,163,234). Sum of RGB (Red+Green+Blue) = 22+163+234=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #16A3EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A3EA is #E95C15. Grayscale: #808080. Windows color (decimal): -15293462 or 15377174. OLE color: 15377174.
HSL color Cylindrical-coordinate representation of color #16A3EA: hue angle of 200.09º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A3EA is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 163 | 234 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.08 |
| HSL | 200.09º | 0.83% | 0.5% | - |
| HSV(B) | 200.09º | 0.91% | 0.92% | - |
| XYZ | 28.28 | 32.31 | 82.59 | - |
| YUV | 128.94 | 187.29 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 234 | 0.91 | 0.30 | 0 | 0.08 | 200.09 | 0.83 | 0.5 |
| Hex | 16 | A3 | EA | 5B | 1E | 0 | 8 | C8 | 53 | 32 |
| Octal | 26 | 243 | 352 | 133 | 36 | 0 | 10 | 310 | 123 | 62 |
| Binary | 10110 | 10100011 | 11101010 | 1011011 | 11110 | 0 | 1000 | 11001000 | 1010011 | 110010 |
Color Harmonies of #16A3EA
Complementary color
Monochromatic Colors of #16A3EA
Black with #16A3EA
Text Example
Text Example
White with #16A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A3EA; }
p { color: rgb(22,163,234); }
H1.HeaderClassName
{
color: #16A3EA;
}
.AnyTagClassName
{
color: #16A3EA;
}
</style>
background-color css
<style>
a { background-color: #16A3EA; }
a { background-color: rgb(22,163,234); }
div.DivClassName
{
background-color: #16A3EA;
}
.BgClassName
{
background-color: #16A3EA;
}
</style>
border-color css
<style>
span { border-color: #16A3EA; }
span { border-color: rgb(22,163,234); }
td.TdClassName
{
border-color: #16A3EA;
}
.TagClassName
{
border-color: #16A3EA;
}
</style>