Shades of Dodger Blue #2AA2FF
Tints of Dodger Blue #2AA2FF
RGB
CMYK
RGB Variations
Color information
#2AA2FF (or 0x2AA2FF) is known color: Dodger Blue. HEX triplet: 2A, A2 and FF. RGB value is (42,162,255). Sum of RGB (Red+Green+Blue) = 42+162+255=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA2FF is #D55D00. Grayscale: #888888. Windows color (decimal): -13982977 or 16753194. OLE color: 16753194.
HSL color Cylindrical-coordinate representation of color #2AA2FF: hue angle of 206.2º 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 #2AA2FF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 162 | 255 | - |
| CMYK | 0.84 | 0.36 | 0 | 0 |
| HSL | 206.2º | 1% | 0.58% | - |
| HSV(B) | 206.2º | 0.84% | 1% | - |
| XYZ | 31.93 | 33.55 | 99.4 | - |
| YUV | 136.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 255 | 0.84 | 0.36 | 0 | 0 | 206.2 | 1 | 0.58 |
| Hex | 2A | A2 | FF | 54 | 24 | 0 | 0 | CE | 64 | 3A |
| Octal | 52 | 242 | 377 | 124 | 44 | 0 | 0 | 316 | 144 | 72 |
| Binary | 101010 | 10100010 | 11111111 | 1010100 | 100100 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #2AA2FF
Complementary color
Monochromatic Colors of #2AA2FF
Black with #2AA2FF
Text Example
Text Example
White with #2AA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA2FF; }
p { color: rgb(42,162,255); }
H1.HeaderClassName
{
color: #2AA2FF;
}
.AnyTagClassName
{
color: #2AA2FF;
}
</style>
background-color css
<style>
a { background-color: #2AA2FF; }
a { background-color: rgb(42,162,255); }
div.DivClassName
{
background-color: #2AA2FF;
}
.BgClassName
{
background-color: #2AA2FF;
}
</style>
border-color css
<style>
span { border-color: #2AA2FF; }
span { border-color: rgb(42,162,255); }
td.TdClassName
{
border-color: #2AA2FF;
}
.TagClassName
{
border-color: #2AA2FF;
}
</style>