Shades of Dodger Blue #22A8F6
Tints of Dodger Blue #22A8F6
RGB
CMYK
RGB Variations
Color information
#22A8F6 (or 0x22A8F6) is known color: Dodger Blue. HEX triplet: 22, A8 and F6. RGB value is (34,168,246). Sum of RGB (Red+Green+Blue) = 34+168+246=448 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.59% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #22A8F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22A8F6 is #DD5709. Grayscale: #888888. Windows color (decimal): -14505738 or 16164898. OLE color: 16164898.
HSL color Cylindrical-coordinate representation of color #22A8F6: hue angle of 202.08º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22A8F6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 168 | 246 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.04 |
| HSL | 202.08º | 0.92% | 0.55% | - |
| HSV(B) | 202.08º | 0.86% | 0.96% | - |
| XYZ | 31.3 | 35 | 92.29 | - |
| YUV | 136.83 | 189.61 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 168 | 246 | 0.86 | 0.32 | 0 | 0.04 | 202.08 | 0.92 | 0.55 |
| Hex | 22 | A8 | F6 | 56 | 20 | 0 | 4 | CA | 5C | 37 |
| Octal | 42 | 250 | 366 | 126 | 40 | 0 | 4 | 312 | 134 | 67 |
| Binary | 100010 | 10101000 | 11110110 | 1010110 | 100000 | 0 | 100 | 11001010 | 1011100 | 110111 |
Color Harmonies of #22A8F6
Complementary color
Monochromatic Colors of #22A8F6
Black with #22A8F6
Text Example
Text Example
White with #22A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A8F6; }
p { color: rgb(34,168,246); }
H1.HeaderClassName
{
color: #22A8F6;
}
.AnyTagClassName
{
color: #22A8F6;
}
</style>
background-color css
<style>
a { background-color: #22A8F6; }
a { background-color: rgb(34,168,246); }
div.DivClassName
{
background-color: #22A8F6;
}
.BgClassName
{
background-color: #22A8F6;
}
</style>
border-color css
<style>
span { border-color: #22A8F6; }
span { border-color: rgb(34,168,246); }
td.TdClassName
{
border-color: #22A8F6;
}
.TagClassName
{
border-color: #22A8F6;
}
</style>