Shades of Dodger Blue #2AA6FD
Tints of Dodger Blue #2AA6FD
RGB
CMYK
RGB Variations
Color information
#2AA6FD (or 0x2AA6FD) is known color: Dodger Blue. HEX triplet: 2A, A6 and FD. RGB value is (42,166,253). Sum of RGB (Red+Green+Blue) = 42+166+253=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AA6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA6FD is #D55902. Grayscale: #8A8A8A. Windows color (decimal): -13981955 or 16623146. OLE color: 16623146.
HSL color Cylindrical-coordinate representation of color #2AA6FD: hue angle of 204.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AA6FD is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 166 | 253 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.01 |
| HSL | 204.74º | 0.98% | 0.58% | - |
| HSV(B) | 204.74º | 0.83% | 0.99% | - |
| XYZ | 32.32 | 34.86 | 97.95 | - |
| YUV | 138.84 | 192.42 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 253 | 0.83 | 0.34 | 0 | 0.01 | 204.74 | 0.98 | 0.58 |
| Hex | 2A | A6 | FD | 53 | 22 | 0 | 1 | CD | 62 | 3A |
| Octal | 52 | 246 | 375 | 123 | 42 | 0 | 1 | 315 | 142 | 72 |
| Binary | 101010 | 10100110 | 11111101 | 1010011 | 100010 | 0 | 1 | 11001101 | 1100010 | 111010 |
Color Harmonies of #2AA6FD
Complementary color
Monochromatic Colors of #2AA6FD
Black with #2AA6FD
Text Example
Text Example
White with #2AA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA6FD; }
p { color: rgb(42,166,253); }
H1.HeaderClassName
{
color: #2AA6FD;
}
.AnyTagClassName
{
color: #2AA6FD;
}
</style>
background-color css
<style>
a { background-color: #2AA6FD; }
a { background-color: rgb(42,166,253); }
div.DivClassName
{
background-color: #2AA6FD;
}
.BgClassName
{
background-color: #2AA6FD;
}
</style>
border-color css
<style>
span { border-color: #2AA6FD; }
span { border-color: rgb(42,166,253); }
td.TdClassName
{
border-color: #2AA6FD;
}
.TagClassName
{
border-color: #2AA6FD;
}
</style>