Shades of Dodger Blue #2AA1F9
Tints of Dodger Blue #2AA1F9
RGB
CMYK
RGB Variations
Color information
#2AA1F9 (or 0x2AA1F9) is known color: Dodger Blue. HEX triplet: 2A, A1 and F9. RGB value is (42,161,249). Sum of RGB (Red+Green+Blue) = 42+161+249=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #2AA1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA1F9 is #D55E06. Grayscale: #868686. Windows color (decimal): -13983239 or 16359722. OLE color: 16359722.
HSL color Cylindrical-coordinate representation of color #2AA1F9: hue angle of 205.51º 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 #2AA1F9 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 161 | 249 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.02 |
| HSL | 205.51º | 0.95% | 0.57% | - |
| HSV(B) | 205.51º | 0.83% | 0.98% | - |
| XYZ | 30.8 | 32.82 | 94.33 | - |
| YUV | 135.45 | 192.08 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 249 | 0.83 | 0.35 | 0 | 0.02 | 205.51 | 0.95 | 0.57 |
| Hex | 2A | A1 | F9 | 53 | 23 | 0 | 2 | CE | 5F | 39 |
| Octal | 52 | 241 | 371 | 123 | 43 | 0 | 2 | 316 | 137 | 71 |
| Binary | 101010 | 10100001 | 11111001 | 1010011 | 100011 | 0 | 10 | 11001110 | 1011111 | 111001 |
Color Harmonies of #2AA1F9
Complementary color
Monochromatic Colors of #2AA1F9
Black with #2AA1F9
Text Example
Text Example
White with #2AA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA1F9; }
p { color: rgb(42,161,249); }
H1.HeaderClassName
{
color: #2AA1F9;
}
.AnyTagClassName
{
color: #2AA1F9;
}
</style>
background-color css
<style>
a { background-color: #2AA1F9; }
a { background-color: rgb(42,161,249); }
div.DivClassName
{
background-color: #2AA1F9;
}
.BgClassName
{
background-color: #2AA1F9;
}
</style>
border-color css
<style>
span { border-color: #2AA1F9; }
span { border-color: rgb(42,161,249); }
td.TdClassName
{
border-color: #2AA1F9;
}
.TagClassName
{
border-color: #2AA1F9;
}
</style>