Shades of Dodger Blue #168EDF
Tints of Dodger Blue #168EDF
RGB
CMYK
RGB Variations
Color information
#168EDF (or 0x168EDF) is known color: Dodger Blue. HEX triplet: 16, 8E and DF. RGB value is (22,142,223). Sum of RGB (Red+Green+Blue) = 22+142+223=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #168EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168EDF is #E97120. Grayscale: #727272. Windows color (decimal): -15298849 or 14650902. OLE color: 14650902.
HSL color Cylindrical-coordinate representation of color #168EDF: hue angle of 204.18º 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 #168EDF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 142 | 223 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.13 |
| HSL | 204.18º | 0.82% | 0.48% | - |
| HSV(B) | 204.18º | 0.9% | 0.87% | - |
| XYZ | 23.32 | 24.84 | 73.38 | - |
| YUV | 115.35 | 188.74 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 223 | 0.90 | 0.36 | 0 | 0.13 | 204.18 | 0.82 | 0.48 |
| Hex | 16 | 8E | DF | 5A | 24 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 216 | 337 | 132 | 44 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10001110 | 11011111 | 1011010 | 100100 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #168EDF
Complementary color
Monochromatic Colors of #168EDF
Black with #168EDF
Text Example
Text Example
White with #168EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EDF; }
p { color: rgb(22,142,223); }
H1.HeaderClassName
{
color: #168EDF;
}
.AnyTagClassName
{
color: #168EDF;
}
</style>
background-color css
<style>
a { background-color: #168EDF; }
a { background-color: rgb(22,142,223); }
div.DivClassName
{
background-color: #168EDF;
}
.BgClassName
{
background-color: #168EDF;
}
</style>
border-color css
<style>
span { border-color: #168EDF; }
span { border-color: rgb(22,142,223); }
td.TdClassName
{
border-color: #168EDF;
}
.TagClassName
{
border-color: #168EDF;
}
</style>