Shades of Dodger Blue #2AA4FF
Tints of Dodger Blue #2AA4FF
RGB
CMYK
RGB Variations
Color information
#2AA4FF (or 0x2AA4FF) is known color: Dodger Blue. HEX triplet: 2A, A4 and FF. RGB value is (42,164,255). Sum of RGB (Red+Green+Blue) = 42+164+255=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AA4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA4FF is #D55B00. Grayscale: #898989. Windows color (decimal): -13982465 or 16753706. OLE color: 16753706.
HSL color Cylindrical-coordinate representation of color #2AA4FF: hue angle of 205.63º 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 #2AA4FF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 164 | 255 | - |
| CMYK | 0.84 | 0.36 | 0 | 0 |
| HSL | 205.63º | 1% | 0.58% | - |
| HSV(B) | 205.63º | 0.84% | 1% | - |
| XYZ | 32.28 | 34.26 | 99.52 | - |
| YUV | 137.9 | 194.08 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 255 | 0.84 | 0.36 | 0 | 0 | 205.63 | 1 | 0.58 |
| Hex | 2A | A4 | FF | 54 | 24 | 0 | 0 | CE | 64 | 3A |
| Octal | 52 | 244 | 377 | 124 | 44 | 0 | 0 | 316 | 144 | 72 |
| Binary | 101010 | 10100100 | 11111111 | 1010100 | 100100 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #2AA4FF
Complementary color
Monochromatic Colors of #2AA4FF
Black with #2AA4FF
Text Example
Text Example
White with #2AA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA4FF; }
p { color: rgb(42,164,255); }
H1.HeaderClassName
{
color: #2AA4FF;
}
.AnyTagClassName
{
color: #2AA4FF;
}
</style>
background-color css
<style>
a { background-color: #2AA4FF; }
a { background-color: rgb(42,164,255); }
div.DivClassName
{
background-color: #2AA4FF;
}
.BgClassName
{
background-color: #2AA4FF;
}
</style>
border-color css
<style>
span { border-color: #2AA4FF; }
span { border-color: rgb(42,164,255); }
td.TdClassName
{
border-color: #2AA4FF;
}
.TagClassName
{
border-color: #2AA4FF;
}
</style>