Shades of Dodger Blue #168CEA
Tints of Dodger Blue #168CEA
RGB
CMYK
RGB Variations
Color information
#168CEA (or 0x168CEA) is known color: Dodger Blue. HEX triplet: 16, 8C and EA. RGB value is (22,140,234). Sum of RGB (Red+Green+Blue) = 22+140+234=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #168CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CEA is #E97315. Grayscale: #727272. Windows color (decimal): -15299350 or 15371286. OLE color: 15371286.
HSL color Cylindrical-coordinate representation of color #168CEA: hue angle of 206.6º 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 #168CEA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 140 | 234 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.08 |
| HSL | 206.6º | 0.83% | 0.5% | - |
| HSV(B) | 206.6º | 0.91% | 0.92% | - |
| XYZ | 24.56 | 24.87 | 81.35 | - |
| YUV | 115.43 | 194.91 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 234 | 0.91 | 0.40 | 0 | 0.08 | 206.6 | 0.83 | 0.5 |
| Hex | 16 | 8C | EA | 5B | 28 | 0 | 8 | CF | 53 | 32 |
| Octal | 26 | 214 | 352 | 133 | 50 | 0 | 10 | 317 | 123 | 62 |
| Binary | 10110 | 10001100 | 11101010 | 1011011 | 101000 | 0 | 1000 | 11001111 | 1010011 | 110010 |
Color Harmonies of #168CEA
Complementary color
Monochromatic Colors of #168CEA
Black with #168CEA
Text Example
Text Example
White with #168CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CEA; }
p { color: rgb(22,140,234); }
H1.HeaderClassName
{
color: #168CEA;
}
.AnyTagClassName
{
color: #168CEA;
}
</style>
background-color css
<style>
a { background-color: #168CEA; }
a { background-color: rgb(22,140,234); }
div.DivClassName
{
background-color: #168CEA;
}
.BgClassName
{
background-color: #168CEA;
}
</style>
border-color css
<style>
span { border-color: #168CEA; }
span { border-color: rgb(22,140,234); }
td.TdClassName
{
border-color: #168CEA;
}
.TagClassName
{
border-color: #168CEA;
}
</style>