Shades of Dodger Blue #2AA1EF
Tints of Dodger Blue #2AA1EF
RGB
CMYK
RGB Variations
Color information
#2AA1EF (or 0x2AA1EF) is known color: Dodger Blue. HEX triplet: 2A, A1 and EF. RGB value is (42,161,239). Sum of RGB (Red+Green+Blue) = 42+161+239=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AA1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA1EF is #D55E10. Grayscale: #858585. Windows color (decimal): -13983249 or 15704362. OLE color: 15704362.
HSL color Cylindrical-coordinate representation of color #2AA1EF: hue angle of 203.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA1EF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 161 | 239 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.06 |
| HSL | 203.76º | 0.86% | 0.55% | - |
| HSV(B) | 203.76º | 0.82% | 0.94% | - |
| XYZ | 29.28 | 32.21 | 86.34 | - |
| YUV | 134.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 239 | 0.82 | 0.33 | 0 | 0.06 | 203.76 | 0.86 | 0.55 |
| Hex | 2A | A1 | EF | 52 | 21 | 0 | 6 | CC | 56 | 37 |
| Octal | 52 | 241 | 357 | 122 | 41 | 0 | 6 | 314 | 126 | 67 |
| Binary | 101010 | 10100001 | 11101111 | 1010010 | 100001 | 0 | 110 | 11001100 | 1010110 | 110111 |
Color Harmonies of #2AA1EF
Complementary color
Monochromatic Colors of #2AA1EF
Black with #2AA1EF
Text Example
Text Example
White with #2AA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA1EF; }
p { color: rgb(42,161,239); }
H1.HeaderClassName
{
color: #2AA1EF;
}
.AnyTagClassName
{
color: #2AA1EF;
}
</style>
background-color css
<style>
a { background-color: #2AA1EF; }
a { background-color: rgb(42,161,239); }
div.DivClassName
{
background-color: #2AA1EF;
}
.BgClassName
{
background-color: #2AA1EF;
}
</style>
border-color css
<style>
span { border-color: #2AA1EF; }
span { border-color: rgb(42,161,239); }
td.TdClassName
{
border-color: #2AA1EF;
}
.TagClassName
{
border-color: #2AA1EF;
}
</style>