Shades of Dodger Blue #169EEC
Tints of Dodger Blue #169EEC
RGB
CMYK
RGB Variations
Color information
#169EEC (or 0x169EEC) is known color: Dodger Blue. HEX triplet: 16, 9E and EC. RGB value is (22,158,236). Sum of RGB (Red+Green+Blue) = 22+158+236=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #169EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169EEC is #E96113. Grayscale: #7D7D7D. Windows color (decimal): -15294740 or 15506966. OLE color: 15506966.
HSL color Cylindrical-coordinate representation of color #169EEC: hue angle of 201.87º degrees, saturation: 0.85, 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 #169EEC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 158 | 236 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.07 |
| HSL | 201.87º | 0.85% | 0.51% | - |
| HSV(B) | 201.87º | 0.91% | 0.93% | - |
| XYZ | 27.7 | 30.68 | 83.82 | - |
| YUV | 126.23 | 189.94 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 236 | 0.91 | 0.33 | 0 | 0.07 | 201.87 | 0.85 | 0.51 |
| Hex | 16 | 9E | EC | 5B | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 26 | 236 | 354 | 133 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 10110 | 10011110 | 11101100 | 1011011 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #169EEC
Complementary color
Monochromatic Colors of #169EEC
Black with #169EEC
Text Example
Text Example
White with #169EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169EEC; }
p { color: rgb(22,158,236); }
H1.HeaderClassName
{
color: #169EEC;
}
.AnyTagClassName
{
color: #169EEC;
}
</style>
background-color css
<style>
a { background-color: #169EEC; }
a { background-color: rgb(22,158,236); }
div.DivClassName
{
background-color: #169EEC;
}
.BgClassName
{
background-color: #169EEC;
}
</style>
border-color css
<style>
span { border-color: #169EEC; }
span { border-color: rgb(22,158,236); }
td.TdClassName
{
border-color: #169EEC;
}
.TagClassName
{
border-color: #169EEC;
}
</style>