Shades of Dodger Blue #2AACFB
Tints of Dodger Blue #2AACFB
RGB
CMYK
RGB Variations
Color information
#2AACFB (or 0x2AACFB) is known color: Dodger Blue. HEX triplet: 2A, AC and FB. RGB value is (42,172,251). Sum of RGB (Red+Green+Blue) = 42+172+251=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #2AACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACFB is #D55304. Grayscale: #8D8D8D. Windows color (decimal): -13980421 or 16493610. OLE color: 16493610.
HSL color Cylindrical-coordinate representation of color #2AACFB: hue angle of 202.68º 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 #2AACFB is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 172 | 251 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.02 |
| HSL | 202.68º | 0.96% | 0.57% | - |
| HSV(B) | 202.68º | 0.83% | 0.98% | - |
| XYZ | 33.12 | 36.96 | 96.66 | - |
| YUV | 142.14 | 189.43 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 251 | 0.83 | 0.31 | 0 | 0.02 | 202.68 | 0.96 | 0.57 |
| Hex | 2A | AC | FB | 53 | 1F | 0 | 2 | CB | 60 | 39 |
| Octal | 52 | 254 | 373 | 123 | 37 | 0 | 2 | 313 | 140 | 71 |
| Binary | 101010 | 10101100 | 11111011 | 1010011 | 11111 | 0 | 10 | 11001011 | 1100000 | 111001 |
Color Harmonies of #2AACFB
Complementary color
Monochromatic Colors of #2AACFB
Black with #2AACFB
Text Example
Text Example
White with #2AACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACFB; }
p { color: rgb(42,172,251); }
H1.HeaderClassName
{
color: #2AACFB;
}
.AnyTagClassName
{
color: #2AACFB;
}
</style>
background-color css
<style>
a { background-color: #2AACFB; }
a { background-color: rgb(42,172,251); }
div.DivClassName
{
background-color: #2AACFB;
}
.BgClassName
{
background-color: #2AACFB;
}
</style>
border-color css
<style>
span { border-color: #2AACFB; }
span { border-color: rgb(42,172,251); }
td.TdClassName
{
border-color: #2AACFB;
}
.TagClassName
{
border-color: #2AACFB;
}
</style>