Shades of Dodger Blue #2AABFC
Tints of Dodger Blue #2AABFC
RGB
CMYK
RGB Variations
Color information
#2AABFC (or 0x2AABFC) is known color: Dodger Blue. HEX triplet: 2A, AB and FC. RGB value is (42,171,252). Sum of RGB (Red+Green+Blue) = 42+171+252=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AABFC is #D55403. Grayscale: #8D8D8D. Windows color (decimal): -13980676 or 16558890. OLE color: 16558890.
HSL color Cylindrical-coordinate representation of color #2AABFC: hue angle of 203.14º degrees, saturation: 0.97, 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 #2AABFC is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 171 | 252 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.01 |
| HSL | 203.14º | 0.97% | 0.58% | - |
| HSV(B) | 203.14º | 0.83% | 0.99% | - |
| XYZ | 33.09 | 36.65 | 97.42 | - |
| YUV | 141.66 | 190.26 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 252 | 0.83 | 0.32 | 0 | 0.01 | 203.14 | 0.97 | 0.58 |
| Hex | 2A | AB | FC | 53 | 20 | 0 | 1 | CB | 61 | 3A |
| Octal | 52 | 253 | 374 | 123 | 40 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101010 | 10101011 | 11111100 | 1010011 | 100000 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2AABFC
Complementary color
Monochromatic Colors of #2AABFC
Black with #2AABFC
Text Example
Text Example
White with #2AABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABFC; }
p { color: rgb(42,171,252); }
H1.HeaderClassName
{
color: #2AABFC;
}
.AnyTagClassName
{
color: #2AABFC;
}
</style>
background-color css
<style>
a { background-color: #2AABFC; }
a { background-color: rgb(42,171,252); }
div.DivClassName
{
background-color: #2AABFC;
}
.BgClassName
{
background-color: #2AABFC;
}
</style>
border-color css
<style>
span { border-color: #2AABFC; }
span { border-color: rgb(42,171,252); }
td.TdClassName
{
border-color: #2AABFC;
}
.TagClassName
{
border-color: #2AABFC;
}
</style>