Shades of Dodger Blue #168AEA
Tints of Dodger Blue #168AEA
RGB
CMYK
RGB Variations
Color information
#168AEA (or 0x168AEA) is known color: Dodger Blue. HEX triplet: 16, 8A and EA. RGB value is (22,138,234). Sum of RGB (Red+Green+Blue) = 22+138+234=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #168AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AEA is #E97515. Grayscale: #717171. Windows color (decimal): -15299862 or 15370774. OLE color: 15370774.
HSL color Cylindrical-coordinate representation of color #168AEA: hue angle of 207.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AEA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 138 | 234 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.08 |
| HSL | 207.17º | 0.83% | 0.5% | - |
| HSV(B) | 207.17º | 0.91% | 0.92% | - |
| XYZ | 24.27 | 24.29 | 81.25 | - |
| YUV | 114.26 | 195.57 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 234 | 0.91 | 0.41 | 0 | 0.08 | 207.17 | 0.83 | 0.5 |
| Hex | 16 | 8A | EA | 5B | 29 | 0 | 8 | CF | 53 | 32 |
| Octal | 26 | 212 | 352 | 133 | 51 | 0 | 10 | 317 | 123 | 62 |
| Binary | 10110 | 10001010 | 11101010 | 1011011 | 101001 | 0 | 1000 | 11001111 | 1010011 | 110010 |
Color Harmonies of #168AEA
Complementary color
Monochromatic Colors of #168AEA
Black with #168AEA
Text Example
Text Example
White with #168AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AEA; }
p { color: rgb(22,138,234); }
H1.HeaderClassName
{
color: #168AEA;
}
.AnyTagClassName
{
color: #168AEA;
}
</style>
background-color css
<style>
a { background-color: #168AEA; }
a { background-color: rgb(22,138,234); }
div.DivClassName
{
background-color: #168AEA;
}
.BgClassName
{
background-color: #168AEA;
}
</style>
border-color css
<style>
span { border-color: #168AEA; }
span { border-color: rgb(22,138,234); }
td.TdClassName
{
border-color: #168AEA;
}
.TagClassName
{
border-color: #168AEA;
}
</style>