Shades of Dodger Blue #168BEA
Tints of Dodger Blue #168BEA
RGB
CMYK
RGB Variations
Color information
#168BEA (or 0x168BEA) is known color: Dodger Blue. HEX triplet: 16, 8B and EA. RGB value is (22,139,234). Sum of RGB (Red+Green+Blue) = 22+139+234=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #168BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BEA is #E97415. Grayscale: #727272. Windows color (decimal): -15299606 or 15371030. OLE color: 15371030.
HSL color Cylindrical-coordinate representation of color #168BEA: hue angle of 206.89º 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 #168BEA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 139 | 234 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.08 |
| HSL | 206.89º | 0.83% | 0.5% | - |
| HSV(B) | 206.89º | 0.91% | 0.92% | - |
| XYZ | 24.41 | 24.58 | 81.3 | - |
| YUV | 114.85 | 195.24 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 234 | 0.91 | 0.41 | 0 | 0.08 | 206.89 | 0.83 | 0.5 |
| Hex | 16 | 8B | EA | 5B | 29 | 0 | 8 | CF | 53 | 32 |
| Octal | 26 | 213 | 352 | 133 | 51 | 0 | 10 | 317 | 123 | 62 |
| Binary | 10110 | 10001011 | 11101010 | 1011011 | 101001 | 0 | 1000 | 11001111 | 1010011 | 110010 |
Color Harmonies of #168BEA
Complementary color
Monochromatic Colors of #168BEA
Black with #168BEA
Text Example
Text Example
White with #168BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BEA; }
p { color: rgb(22,139,234); }
H1.HeaderClassName
{
color: #168BEA;
}
.AnyTagClassName
{
color: #168BEA;
}
</style>
background-color css
<style>
a { background-color: #168BEA; }
a { background-color: rgb(22,139,234); }
div.DivClassName
{
background-color: #168BEA;
}
.BgClassName
{
background-color: #168BEA;
}
</style>
border-color css
<style>
span { border-color: #168BEA; }
span { border-color: rgb(22,139,234); }
td.TdClassName
{
border-color: #168BEA;
}
.TagClassName
{
border-color: #168BEA;
}
</style>