Shades of Dodger Blue #16A8EA
Tints of Dodger Blue #16A8EA
RGB
CMYK
RGB Variations
Color information
#16A8EA (or 0x16A8EA) is known color: Dodger Blue. HEX triplet: 16, A8 and EA. RGB value is (22,168,234). Sum of RGB (Red+Green+Blue) = 22+168+234=424 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.19% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #16A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A8EA is #E95715. Grayscale: #838383. Windows color (decimal): -15292182 or 15378454. OLE color: 15378454.
HSL color Cylindrical-coordinate representation of color #16A8EA: hue angle of 198.68º 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 #16A8EA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 168 | 234 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.08 |
| HSL | 198.68º | 0.83% | 0.5% | - |
| HSV(B) | 198.68º | 0.91% | 0.92% | - |
| XYZ | 29.18 | 34.12 | 82.89 | - |
| YUV | 131.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 234 | 0.91 | 0.28 | 0 | 0.08 | 198.68 | 0.83 | 0.5 |
| Hex | 16 | A8 | EA | 5B | 1C | 0 | 8 | C7 | 53 | 32 |
| Octal | 26 | 250 | 352 | 133 | 34 | 0 | 10 | 307 | 123 | 62 |
| Binary | 10110 | 10101000 | 11101010 | 1011011 | 11100 | 0 | 1000 | 11000111 | 1010011 | 110010 |
Color Harmonies of #16A8EA
Complementary color
Monochromatic Colors of #16A8EA
Black with #16A8EA
Text Example
Text Example
White with #16A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8EA; }
p { color: rgb(22,168,234); }
H1.HeaderClassName
{
color: #16A8EA;
}
.AnyTagClassName
{
color: #16A8EA;
}
</style>
background-color css
<style>
a { background-color: #16A8EA; }
a { background-color: rgb(22,168,234); }
div.DivClassName
{
background-color: #16A8EA;
}
.BgClassName
{
background-color: #16A8EA;
}
</style>
border-color css
<style>
span { border-color: #16A8EA; }
span { border-color: rgb(22,168,234); }
td.TdClassName
{
border-color: #16A8EA;
}
.TagClassName
{
border-color: #16A8EA;
}
</style>