Shades of Dodger Blue #22ABFE
Tints of Dodger Blue #22ABFE
RGB
CMYK
RGB Variations
Color information
#22ABFE (or 0x22ABFE) is known color: Dodger Blue. HEX triplet: 22, AB and FE. RGB value is (34,171,254). Sum of RGB (Red+Green+Blue) = 34+171+254=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #22ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22ABFE is #DD5401. Grayscale: #8B8B8B. Windows color (decimal): -14504962 or 16689954. OLE color: 16689954.
HSL color Cylindrical-coordinate representation of color #22ABFE: hue angle of 202.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22ABFE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 171 | 254 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.00 |
| HSL | 202.64º | 0.99% | 0.56% | - |
| HSV(B) | 202.64º | 0.87% | 1% | - |
| XYZ | 33.11 | 36.62 | 99.09 | - |
| YUV | 139.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 254 | 0.87 | 0.33 | 0 | 0.00 | 202.64 | 0.99 | 0.56 |
| Hex | 22 | AB | FE | 57 | 21 | 0 | 0 | CB | 63 | 38 |
| Octal | 42 | 253 | 376 | 127 | 41 | 0 | 0 | 313 | 143 | 70 |
| Binary | 100010 | 10101011 | 11111110 | 1010111 | 100001 | 0 | 0 | 11001011 | 1100011 | 111000 |
Color Harmonies of #22ABFE
Complementary color
Monochromatic Colors of #22ABFE
Black with #22ABFE
Text Example
Text Example
White with #22ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ABFE; }
p { color: rgb(34,171,254); }
H1.HeaderClassName
{
color: #22ABFE;
}
.AnyTagClassName
{
color: #22ABFE;
}
</style>
background-color css
<style>
a { background-color: #22ABFE; }
a { background-color: rgb(34,171,254); }
div.DivClassName
{
background-color: #22ABFE;
}
.BgClassName
{
background-color: #22ABFE;
}
</style>
border-color css
<style>
span { border-color: #22ABFE; }
span { border-color: rgb(34,171,254); }
td.TdClassName
{
border-color: #22ABFE;
}
.TagClassName
{
border-color: #22ABFE;
}
</style>