Shades of Dodger Blue #16A0ED
Tints of Dodger Blue #16A0ED
RGB
CMYK
RGB Variations
Color information
#16A0ED (or 0x16A0ED) is known color: Dodger Blue. HEX triplet: 16, A0 and ED. RGB value is (22,160,237). Sum of RGB (Red+Green+Blue) = 22+160+237=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #16A0ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A0ED is #E95F12. Grayscale: #7F7F7F. Windows color (decimal): -15294227 or 15573014. OLE color: 15573014.
HSL color Cylindrical-coordinate representation of color #16A0ED: hue angle of 201.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A0ED is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 160 | 237 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.07 |
| HSL | 201.49º | 0.86% | 0.51% | - |
| HSV(B) | 201.49º | 0.91% | 0.93% | - |
| XYZ | 28.19 | 31.43 | 84.7 | - |
| YUV | 127.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 237 | 0.91 | 0.32 | 0 | 0.07 | 201.49 | 0.86 | 0.51 |
| Hex | 16 | A0 | ED | 5B | 20 | 0 | 7 | C9 | 56 | 33 |
| Octal | 26 | 240 | 355 | 133 | 40 | 0 | 7 | 311 | 126 | 63 |
| Binary | 10110 | 10100000 | 11101101 | 1011011 | 100000 | 0 | 111 | 11001001 | 1010110 | 110011 |
Color Harmonies of #16A0ED
Complementary color
Monochromatic Colors of #16A0ED
Black with #16A0ED
Text Example
Text Example
White with #16A0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A0ED; }
p { color: rgb(22,160,237); }
H1.HeaderClassName
{
color: #16A0ED;
}
.AnyTagClassName
{
color: #16A0ED;
}
</style>
background-color css
<style>
a { background-color: #16A0ED; }
a { background-color: rgb(22,160,237); }
div.DivClassName
{
background-color: #16A0ED;
}
.BgClassName
{
background-color: #16A0ED;
}
</style>
border-color css
<style>
span { border-color: #16A0ED; }
span { border-color: rgb(22,160,237); }
td.TdClassName
{
border-color: #16A0ED;
}
.TagClassName
{
border-color: #16A0ED;
}
</style>