Shades of Dodger Blue #2AABFB
Tints of Dodger Blue #2AABFB
RGB
CMYK
RGB Variations
Color information
#2AABFB (or 0x2AABFB) is known color: Dodger Blue. HEX triplet: 2A, AB and FB. RGB value is (42,171,251). Sum of RGB (Red+Green+Blue) = 42+171+251=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #2AABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AABFB is #D55404. Grayscale: #8D8D8D. Windows color (decimal): -13980677 or 16493354. OLE color: 16493354.
HSL color Cylindrical-coordinate representation of color #2AABFB: hue angle of 202.97º degrees, saturation: 0.96, 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 #2AABFB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 171 | 251 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.02 |
| HSL | 202.97º | 0.96% | 0.57% | - |
| HSV(B) | 202.97º | 0.83% | 0.98% | - |
| XYZ | 32.93 | 36.58 | 96.59 | - |
| YUV | 141.55 | 189.76 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 251 | 0.83 | 0.32 | 0 | 0.02 | 202.97 | 0.96 | 0.57 |
| Hex | 2A | AB | FB | 53 | 20 | 0 | 2 | CB | 60 | 39 |
| Octal | 52 | 253 | 373 | 123 | 40 | 0 | 2 | 313 | 140 | 71 |
| Binary | 101010 | 10101011 | 11111011 | 1010011 | 100000 | 0 | 10 | 11001011 | 1100000 | 111001 |
Color Harmonies of #2AABFB
Complementary color
Monochromatic Colors of #2AABFB
Black with #2AABFB
Text Example
Text Example
White with #2AABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABFB; }
p { color: rgb(42,171,251); }
H1.HeaderClassName
{
color: #2AABFB;
}
.AnyTagClassName
{
color: #2AABFB;
}
</style>
background-color css
<style>
a { background-color: #2AABFB; }
a { background-color: rgb(42,171,251); }
div.DivClassName
{
background-color: #2AABFB;
}
.BgClassName
{
background-color: #2AABFB;
}
</style>
border-color css
<style>
span { border-color: #2AABFB; }
span { border-color: rgb(42,171,251); }
td.TdClassName
{
border-color: #2AABFB;
}
.TagClassName
{
border-color: #2AABFB;
}
</style>