Shades of Dodger Blue #168CE7
Tints of Dodger Blue #168CE7
RGB
CMYK
RGB Variations
Color information
#168CE7 (or 0x168CE7) is known color: Dodger Blue. HEX triplet: 16, 8C and E7. RGB value is (22,140,231). Sum of RGB (Red+Green+Blue) = 22+140+231=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #168CE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CE7 is #E97318. Grayscale: #727272. Windows color (decimal): -15299353 or 15174678. OLE color: 15174678.
HSL color Cylindrical-coordinate representation of color #168CE7: hue angle of 206.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168CE7 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 140 | 231 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.09 |
| HSL | 206.12º | 0.83% | 0.5% | - |
| HSV(B) | 206.12º | 0.9% | 0.91% | - |
| XYZ | 24.13 | 24.7 | 79.1 | - |
| YUV | 115.09 | 193.41 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 231 | 0.90 | 0.39 | 0 | 0.09 | 206.12 | 0.83 | 0.5 |
| Hex | 16 | 8C | E7 | 5A | 27 | 0 | 9 | CE | 53 | 32 |
| Octal | 26 | 214 | 347 | 132 | 47 | 0 | 11 | 316 | 123 | 62 |
| Binary | 10110 | 10001100 | 11100111 | 1011010 | 100111 | 0 | 1001 | 11001110 | 1010011 | 110010 |
Color Harmonies of #168CE7
Complementary color
Monochromatic Colors of #168CE7
Black with #168CE7
Text Example
Text Example
White with #168CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CE7; }
p { color: rgb(22,140,231); }
H1.HeaderClassName
{
color: #168CE7;
}
.AnyTagClassName
{
color: #168CE7;
}
</style>
background-color css
<style>
a { background-color: #168CE7; }
a { background-color: rgb(22,140,231); }
div.DivClassName
{
background-color: #168CE7;
}
.BgClassName
{
background-color: #168CE7;
}
</style>
border-color css
<style>
span { border-color: #168CE7; }
span { border-color: rgb(22,140,231); }
td.TdClassName
{
border-color: #168CE7;
}
.TagClassName
{
border-color: #168CE7;
}
</style>