Shades of Dodger Blue #22AEFF
Tints of Dodger Blue #22AEFF
RGB
CMYK
RGB Variations
Color information
#22AEFF (or 0x22AEFF) is known color: Dodger Blue. HEX triplet: 22, AE and FF. RGB value is (34,174,255). Sum of RGB (Red+Green+Blue) = 34+174+255=463 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.34% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #22AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22AEFF is #DD5100. Grayscale: #8C8C8C. Windows color (decimal): -14504193 or 16756258. OLE color: 16756258.
HSL color Cylindrical-coordinate representation of color #22AEFF: hue angle of 201.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22AEFF is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 174 | 255 | - |
| CMYK | 0.87 | 0.32 | 0 | 0 |
| HSL | 201.99º | 1% | 0.57% | - |
| HSV(B) | 201.99º | 0.87% | 1% | - |
| XYZ | 33.85 | 37.83 | 100.13 | - |
| YUV | 141.37 | 192.12 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 174 | 255 | 0.87 | 0.32 | 0 | 0 | 201.99 | 1 | 0.57 |
| Hex | 22 | AE | FF | 57 | 20 | 0 | 0 | CA | 64 | 39 |
| Octal | 42 | 256 | 377 | 127 | 40 | 0 | 0 | 312 | 144 | 71 |
| Binary | 100010 | 10101110 | 11111111 | 1010111 | 100000 | 0 | 0 | 11001010 | 1100100 | 111001 |
Color Harmonies of #22AEFF
Complementary color
Monochromatic Colors of #22AEFF
Black with #22AEFF
Text Example
Text Example
White with #22AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AEFF; }
p { color: rgb(34,174,255); }
H1.HeaderClassName
{
color: #22AEFF;
}
.AnyTagClassName
{
color: #22AEFF;
}
</style>
background-color css
<style>
a { background-color: #22AEFF; }
a { background-color: rgb(34,174,255); }
div.DivClassName
{
background-color: #22AEFF;
}
.BgClassName
{
background-color: #22AEFF;
}
</style>
border-color css
<style>
span { border-color: #22AEFF; }
span { border-color: rgb(34,174,255); }
td.TdClassName
{
border-color: #22AEFF;
}
.TagClassName
{
border-color: #22AEFF;
}
</style>