Shades of Dodger Blue #168AFE
Tints of Dodger Blue #168AFE
RGB
CMYK
RGB Variations
Color information
#168AFE (or 0x168AFE) is known color: Dodger Blue. HEX triplet: 16, 8A and FE. RGB value is (22,138,254). Sum of RGB (Red+Green+Blue) = 22+138+254=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #168AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AFE is #E97501. Grayscale: #737373. Windows color (decimal): -15299842 or 16681494. OLE color: 16681494.
HSL color Cylindrical-coordinate representation of color #168AFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AFE is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 138 | 254 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.54% | - |
| HSV(B) | 210º | 0.91% | 1% | - |
| XYZ | 27.31 | 25.5 | 97.25 | - |
| YUV | 116.54 | 205.57 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 254 | 0.91 | 0.46 | 0 | 0.00 | 210 | 0.99 | 0.54 |
| Hex | 16 | 8A | FE | 5B | 2E | 0 | 0 | D2 | 63 | 36 |
| Octal | 26 | 212 | 376 | 133 | 56 | 0 | 0 | 322 | 143 | 66 |
| Binary | 10110 | 10001010 | 11111110 | 1011011 | 101110 | 0 | 0 | 11010010 | 1100011 | 110110 |
Color Harmonies of #168AFE
Complementary color
Monochromatic Colors of #168AFE
Black with #168AFE
Text Example
Text Example
White with #168AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AFE; }
p { color: rgb(22,138,254); }
H1.HeaderClassName
{
color: #168AFE;
}
.AnyTagClassName
{
color: #168AFE;
}
</style>
background-color css
<style>
a { background-color: #168AFE; }
a { background-color: rgb(22,138,254); }
div.DivClassName
{
background-color: #168AFE;
}
.BgClassName
{
background-color: #168AFE;
}
</style>
border-color css
<style>
span { border-color: #168AFE; }
span { border-color: rgb(22,138,254); }
td.TdClassName
{
border-color: #168AFE;
}
.TagClassName
{
border-color: #168AFE;
}
</style>