Shades of Dodger Blue #2AACFE
Tints of Dodger Blue #2AACFE
RGB
CMYK
RGB Variations
Color information
#2AACFE (or 0x2AACFE) is known color: Dodger Blue. HEX triplet: 2A, AC and FE. RGB value is (42,172,254). Sum of RGB (Red+Green+Blue) = 42+172+254=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACFE is #D55301. Grayscale: #8E8E8E. Windows color (decimal): -13980418 or 16690218. OLE color: 16690218.
HSL color Cylindrical-coordinate representation of color #2AACFE: hue angle of 203.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AACFE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 172 | 254 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.00 |
| HSL | 203.21º | 0.99% | 0.58% | - |
| HSV(B) | 203.21º | 0.83% | 1% | - |
| XYZ | 33.6 | 37.15 | 99.17 | - |
| YUV | 142.48 | 190.93 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 254 | 0.83 | 0.32 | 0 | 0.00 | 203.21 | 0.99 | 0.58 |
| Hex | 2A | AC | FE | 53 | 20 | 0 | 0 | CB | 63 | 3A |
| Octal | 52 | 254 | 376 | 123 | 40 | 0 | 0 | 313 | 143 | 72 |
| Binary | 101010 | 10101100 | 11111110 | 1010011 | 100000 | 0 | 0 | 11001011 | 1100011 | 111010 |
Color Harmonies of #2AACFE
Complementary color
Monochromatic Colors of #2AACFE
Black with #2AACFE
Text Example
Text Example
White with #2AACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACFE; }
p { color: rgb(42,172,254); }
H1.HeaderClassName
{
color: #2AACFE;
}
.AnyTagClassName
{
color: #2AACFE;
}
</style>
background-color css
<style>
a { background-color: #2AACFE; }
a { background-color: rgb(42,172,254); }
div.DivClassName
{
background-color: #2AACFE;
}
.BgClassName
{
background-color: #2AACFE;
}
</style>
border-color css
<style>
span { border-color: #2AACFE; }
span { border-color: rgb(42,172,254); }
td.TdClassName
{
border-color: #2AACFE;
}
.TagClassName
{
border-color: #2AACFE;
}
</style>