Shades of Dodger Blue #168EDD
Tints of Dodger Blue #168EDD
RGB
CMYK
RGB Variations
Color information
#168EDD (or 0x168EDD) is known color: Dodger Blue. HEX triplet: 16, 8E and DD. RGB value is (22,142,221). Sum of RGB (Red+Green+Blue) = 22+142+221=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #168EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168EDD is #E97122. Grayscale: #727272. Windows color (decimal): -15298851 or 14519830. OLE color: 14519830.
HSL color Cylindrical-coordinate representation of color #168EDD: hue angle of 203.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168EDD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 142 | 221 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.13 |
| HSL | 203.82º | 0.82% | 0.48% | - |
| HSV(B) | 203.82º | 0.9% | 0.87% | - |
| XYZ | 23.06 | 24.74 | 71.97 | - |
| YUV | 115.13 | 187.74 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 221 | 0.90 | 0.36 | 0 | 0.13 | 203.82 | 0.82 | 0.48 |
| Hex | 16 | 8E | DD | 5A | 24 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 216 | 335 | 132 | 44 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10001110 | 11011101 | 1011010 | 100100 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #168EDD
Complementary color
Monochromatic Colors of #168EDD
Black with #168EDD
Text Example
Text Example
White with #168EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EDD; }
p { color: rgb(22,142,221); }
H1.HeaderClassName
{
color: #168EDD;
}
.AnyTagClassName
{
color: #168EDD;
}
</style>
background-color css
<style>
a { background-color: #168EDD; }
a { background-color: rgb(22,142,221); }
div.DivClassName
{
background-color: #168EDD;
}
.BgClassName
{
background-color: #168EDD;
}
</style>
border-color css
<style>
span { border-color: #168EDD; }
span { border-color: rgb(22,142,221); }
td.TdClassName
{
border-color: #168EDD;
}
.TagClassName
{
border-color: #168EDD;
}
</style>