Shades of Dodger Blue #2AAAFA
Tints of Dodger Blue #2AAAFA
RGB
CMYK
RGB Variations
Color information
#2AAAFA (or 0x2AAAFA) is known color: Dodger Blue. HEX triplet: 2A, AA and FA. RGB value is (42,170,250). Sum of RGB (Red+Green+Blue) = 42+170+250=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AAAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAAFA is #D55505. Grayscale: #8C8C8C. Windows color (decimal): -13980934 or 16427562. OLE color: 16427562.
HSL color Cylindrical-coordinate representation of color #2AAAFA: hue angle of 203.08º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AAAFA is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 170 | 250 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.02 |
| HSL | 203.08º | 0.95% | 0.57% | - |
| HSV(B) | 203.08º | 0.83% | 0.98% | - |
| XYZ | 32.58 | 36.14 | 95.7 | - |
| YUV | 140.85 | 189.59 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 250 | 0.83 | 0.32 | 0 | 0.02 | 203.08 | 0.95 | 0.57 |
| Hex | 2A | AA | FA | 53 | 20 | 0 | 2 | CB | 5F | 39 |
| Octal | 52 | 252 | 372 | 123 | 40 | 0 | 2 | 313 | 137 | 71 |
| Binary | 101010 | 10101010 | 11111010 | 1010011 | 100000 | 0 | 10 | 11001011 | 1011111 | 111001 |
Color Harmonies of #2AAAFA
Complementary color
Monochromatic Colors of #2AAAFA
Black with #2AAAFA
Text Example
Text Example
White with #2AAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAFA; }
p { color: rgb(42,170,250); }
H1.HeaderClassName
{
color: #2AAAFA;
}
.AnyTagClassName
{
color: #2AAAFA;
}
</style>
background-color css
<style>
a { background-color: #2AAAFA; }
a { background-color: rgb(42,170,250); }
div.DivClassName
{
background-color: #2AAAFA;
}
.BgClassName
{
background-color: #2AAAFA;
}
</style>
border-color css
<style>
span { border-color: #2AAAFA; }
span { border-color: rgb(42,170,250); }
td.TdClassName
{
border-color: #2AAAFA;
}
.TagClassName
{
border-color: #2AAAFA;
}
</style>