Shades of Dodger Blue #168CED
Tints of Dodger Blue #168CED
RGB
CMYK
RGB Variations
Color information
#168CED (or 0x168CED) is known color: Dodger Blue. HEX triplet: 16, 8C and ED. RGB value is (22,140,237). Sum of RGB (Red+Green+Blue) = 22+140+237=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #168CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CED is #E97312. Grayscale: #737373. Windows color (decimal): -15299347 or 15567894. OLE color: 15567894.
HSL color Cylindrical-coordinate representation of color #168CED: hue angle of 207.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168CED is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 140 | 237 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.07 |
| HSL | 207.07º | 0.86% | 0.51% | - |
| HSV(B) | 207.07º | 0.91% | 0.93% | - |
| XYZ | 25 | 25.04 | 83.64 | - |
| YUV | 115.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 237 | 0.91 | 0.41 | 0 | 0.07 | 207.07 | 0.86 | 0.51 |
| Hex | 16 | 8C | ED | 5B | 29 | 0 | 7 | CF | 56 | 33 |
| Octal | 26 | 214 | 355 | 133 | 51 | 0 | 7 | 317 | 126 | 63 |
| Binary | 10110 | 10001100 | 11101101 | 1011011 | 101001 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #168CED
Complementary color
Monochromatic Colors of #168CED
Black with #168CED
Text Example
Text Example
White with #168CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CED; }
p { color: rgb(22,140,237); }
H1.HeaderClassName
{
color: #168CED;
}
.AnyTagClassName
{
color: #168CED;
}
</style>
background-color css
<style>
a { background-color: #168CED; }
a { background-color: rgb(22,140,237); }
div.DivClassName
{
background-color: #168CED;
}
.BgClassName
{
background-color: #168CED;
}
</style>
border-color css
<style>
span { border-color: #168CED; }
span { border-color: rgb(22,140,237); }
td.TdClassName
{
border-color: #168CED;
}
.TagClassName
{
border-color: #168CED;
}
</style>