Shades of Dodger Blue #2A8DFF
Tints of Dodger Blue #2A8DFF
RGB
CMYK
RGB Variations
Color information
#2A8DFF (or 0x2A8DFF) is known color: Dodger Blue. HEX triplet: 2A, 8D and FF. RGB value is (42,141,255). Sum of RGB (Red+Green+Blue) = 42+141+255=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8DFF is #D57200. Grayscale: #7B7B7B. Windows color (decimal): -13988353 or 16747818. OLE color: 16747818.
HSL color Cylindrical-coordinate representation of color #2A8DFF: hue angle of 212.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A8DFF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 141 | 255 | - |
| CMYK | 0.84 | 0.45 | 0 | 0 |
| HSL | 212.11º | 1% | 0.58% | - |
| HSV(B) | 212.11º | 0.84% | 1% | - |
| XYZ | 28.53 | 26.76 | 98.27 | - |
| YUV | 124.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 255 | 0.84 | 0.45 | 0 | 0 | 212.11 | 1 | 0.58 |
| Hex | 2A | 8D | FF | 54 | 2D | 0 | 0 | D4 | 64 | 3A |
| Octal | 52 | 215 | 377 | 124 | 55 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101010 | 10001101 | 11111111 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #2A8DFF
Complementary color
Monochromatic Colors of #2A8DFF
Black with #2A8DFF
Text Example
Text Example
White with #2A8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DFF; }
p { color: rgb(42,141,255); }
H1.HeaderClassName
{
color: #2A8DFF;
}
.AnyTagClassName
{
color: #2A8DFF;
}
</style>
background-color css
<style>
a { background-color: #2A8DFF; }
a { background-color: rgb(42,141,255); }
div.DivClassName
{
background-color: #2A8DFF;
}
.BgClassName
{
background-color: #2A8DFF;
}
</style>
border-color css
<style>
span { border-color: #2A8DFF; }
span { border-color: rgb(42,141,255); }
td.TdClassName
{
border-color: #2A8DFF;
}
.TagClassName
{
border-color: #2A8DFF;
}
</style>