Shades of Dodger Blue #168CF2
Tints of Dodger Blue #168CF2
RGB
CMYK
RGB Variations
Color information
#168CF2 (or 0x168CF2) is known color: Dodger Blue. HEX triplet: 16, 8C and F2. RGB value is (22,140,242). Sum of RGB (Red+Green+Blue) = 22+140+242=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #168CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CF2 is #E9730D. Grayscale: #737373. Windows color (decimal): -15299342 or 15895574. OLE color: 15895574.
HSL color Cylindrical-coordinate representation of color #168CF2: hue angle of 207.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168CF2 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 140 | 242 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.05 |
| HSL | 207.82º | 0.89% | 0.52% | - |
| HSV(B) | 207.82º | 0.91% | 0.95% | - |
| XYZ | 25.74 | 25.34 | 87.54 | - |
| YUV | 116.35 | 198.91 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 242 | 0.91 | 0.42 | 0 | 0.05 | 207.82 | 0.89 | 0.52 |
| Hex | 16 | 8C | F2 | 5B | 2A | 0 | 5 | D0 | 59 | 34 |
| Octal | 26 | 214 | 362 | 133 | 52 | 0 | 5 | 320 | 131 | 64 |
| Binary | 10110 | 10001100 | 11110010 | 1011011 | 101010 | 0 | 101 | 11010000 | 1011001 | 110100 |
Color Harmonies of #168CF2
Complementary color
Monochromatic Colors of #168CF2
Black with #168CF2
Text Example
Text Example
White with #168CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CF2; }
p { color: rgb(22,140,242); }
H1.HeaderClassName
{
color: #168CF2;
}
.AnyTagClassName
{
color: #168CF2;
}
</style>
background-color css
<style>
a { background-color: #168CF2; }
a { background-color: rgb(22,140,242); }
div.DivClassName
{
background-color: #168CF2;
}
.BgClassName
{
background-color: #168CF2;
}
</style>
border-color css
<style>
span { border-color: #168CF2; }
span { border-color: rgb(22,140,242); }
td.TdClassName
{
border-color: #168CF2;
}
.TagClassName
{
border-color: #168CF2;
}
</style>