Shades of Dodger Blue #2AA1FF
Tints of Dodger Blue #2AA1FF
RGB
CMYK
RGB Variations
Color information
#2AA1FF (or 0x2AA1FF) is known color: Dodger Blue. HEX triplet: 2A, A1 and FF. RGB value is (42,161,255). Sum of RGB (Red+Green+Blue) = 42+161+255=458 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.17% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AA1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA1FF is #D55E00. Grayscale: #878787. Windows color (decimal): -13983233 or 16752938. OLE color: 16752938.
HSL color Cylindrical-coordinate representation of color #2AA1FF: hue angle of 206.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AA1FF is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 161 | 255 | - |
| CMYK | 0.84 | 0.37 | 0 | 0 |
| HSL | 206.48º | 1% | 0.58% | - |
| HSV(B) | 206.48º | 0.84% | 1% | - |
| XYZ | 31.75 | 33.2 | 99.34 | - |
| YUV | 136.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 255 | 0.84 | 0.37 | 0 | 0 | 206.48 | 1 | 0.58 |
| Hex | 2A | A1 | FF | 54 | 25 | 0 | 0 | CE | 64 | 3A |
| Octal | 52 | 241 | 377 | 124 | 45 | 0 | 0 | 316 | 144 | 72 |
| Binary | 101010 | 10100001 | 11111111 | 1010100 | 100101 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #2AA1FF
Complementary color
Monochromatic Colors of #2AA1FF
Black with #2AA1FF
Text Example
Text Example
White with #2AA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA1FF; }
p { color: rgb(42,161,255); }
H1.HeaderClassName
{
color: #2AA1FF;
}
.AnyTagClassName
{
color: #2AA1FF;
}
</style>
background-color css
<style>
a { background-color: #2AA1FF; }
a { background-color: rgb(42,161,255); }
div.DivClassName
{
background-color: #2AA1FF;
}
.BgClassName
{
background-color: #2AA1FF;
}
</style>
border-color css
<style>
span { border-color: #2AA1FF; }
span { border-color: rgb(42,161,255); }
td.TdClassName
{
border-color: #2AA1FF;
}
.TagClassName
{
border-color: #2AA1FF;
}
</style>