Shades of Dodger Blue #168FE2
Tints of Dodger Blue #168FE2
RGB
CMYK
RGB Variations
Color information
#168FE2 (or 0x168FE2) is known color: Dodger Blue. HEX triplet: 16, 8F and E2. RGB value is (22,143,226). Sum of RGB (Red+Green+Blue) = 22+143+226=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #168FE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168FE2 is #E9701D. Grayscale: #737373. Windows color (decimal): -15298590 or 14847766. OLE color: 14847766.
HSL color Cylindrical-coordinate representation of color #168FE2: hue angle of 204.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168FE2 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 143 | 226 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.11 |
| HSL | 204.41º | 0.82% | 0.49% | - |
| HSV(B) | 204.41º | 0.9% | 0.89% | - |
| XYZ | 23.88 | 25.31 | 75.58 | - |
| YUV | 116.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 226 | 0.90 | 0.37 | 0 | 0.11 | 204.41 | 0.82 | 0.49 |
| Hex | 16 | 8F | E2 | 5A | 25 | 0 | B | CC | 52 | 31 |
| Octal | 26 | 217 | 342 | 132 | 45 | 0 | 13 | 314 | 122 | 61 |
| Binary | 10110 | 10001111 | 11100010 | 1011010 | 100101 | 0 | 1011 | 11001100 | 1010010 | 110001 |
Color Harmonies of #168FE2
Complementary color
Monochromatic Colors of #168FE2
Black with #168FE2
Text Example
Text Example
White with #168FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FE2; }
p { color: rgb(22,143,226); }
H1.HeaderClassName
{
color: #168FE2;
}
.AnyTagClassName
{
color: #168FE2;
}
</style>
background-color css
<style>
a { background-color: #168FE2; }
a { background-color: rgb(22,143,226); }
div.DivClassName
{
background-color: #168FE2;
}
.BgClassName
{
background-color: #168FE2;
}
</style>
border-color css
<style>
span { border-color: #168FE2; }
span { border-color: rgb(22,143,226); }
td.TdClassName
{
border-color: #168FE2;
}
.TagClassName
{
border-color: #168FE2;
}
</style>