Shades of Dodger Blue #16A5EF
Tints of Dodger Blue #16A5EF
RGB
CMYK
RGB Variations
Color information
#16A5EF (or 0x16A5EF) is known color: Dodger Blue. HEX triplet: 16, A5 and EF. RGB value is (22,165,239). Sum of RGB (Red+Green+Blue) = 22+165+239=426 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.16% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #16A5EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A5EF is #E95A10. Grayscale: #828282. Windows color (decimal): -15292945 or 15705366. OLE color: 15705366.
HSL color Cylindrical-coordinate representation of color #16A5EF: hue angle of 200.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A5EF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 165 | 239 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.06 |
| HSL | 200.46º | 0.87% | 0.51% | - |
| HSV(B) | 200.46º | 0.91% | 0.94% | - |
| XYZ | 29.37 | 33.31 | 86.54 | - |
| YUV | 130.68 | 189.12 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 165 | 239 | 0.91 | 0.31 | 0 | 0.06 | 200.46 | 0.87 | 0.51 |
| Hex | 16 | A5 | EF | 5B | 1F | 0 | 6 | C8 | 57 | 33 |
| Octal | 26 | 245 | 357 | 133 | 37 | 0 | 6 | 310 | 127 | 63 |
| Binary | 10110 | 10100101 | 11101111 | 1011011 | 11111 | 0 | 110 | 11001000 | 1010111 | 110011 |
Color Harmonies of #16A5EF
Complementary color
Monochromatic Colors of #16A5EF
Black with #16A5EF
Text Example
Text Example
White with #16A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A5EF; }
p { color: rgb(22,165,239); }
H1.HeaderClassName
{
color: #16A5EF;
}
.AnyTagClassName
{
color: #16A5EF;
}
</style>
background-color css
<style>
a { background-color: #16A5EF; }
a { background-color: rgb(22,165,239); }
div.DivClassName
{
background-color: #16A5EF;
}
.BgClassName
{
background-color: #16A5EF;
}
</style>
border-color css
<style>
span { border-color: #16A5EF; }
span { border-color: rgb(22,165,239); }
td.TdClassName
{
border-color: #16A5EF;
}
.TagClassName
{
border-color: #16A5EF;
}
</style>