Shades of Dodger Blue #2A86FF
Tints of Dodger Blue #2A86FF
RGB
CMYK
RGB Variations
Color information
#2A86FF (or 0x2A86FF) is known color: Dodger Blue. HEX triplet: 2A, 86 and FF. RGB value is (42,134,255). Sum of RGB (Red+Green+Blue) = 42+134+255=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A86FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A86FF is #D57900. Grayscale: #777777. Windows color (decimal): -13990145 or 16746026. OLE color: 16746026.
HSL color Cylindrical-coordinate representation of color #2A86FF: hue angle of 214.08º 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 #2A86FF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 134 | 255 | - |
| CMYK | 0.84 | 0.47 | 0 | 0 |
| HSL | 214.08º | 1% | 0.58% | - |
| HSV(B) | 214.08º | 0.84% | 1% | - |
| XYZ | 27.53 | 24.76 | 97.94 | - |
| YUV | 120.29 | 204.02 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 255 | 0.84 | 0.47 | 0 | 0 | 214.08 | 1 | 0.58 |
| Hex | 2A | 86 | FF | 54 | 2F | 0 | 0 | D6 | 64 | 3A |
| Octal | 52 | 206 | 377 | 124 | 57 | 0 | 0 | 326 | 144 | 72 |
| Binary | 101010 | 10000110 | 11111111 | 1010100 | 101111 | 0 | 0 | 11010110 | 1100100 | 111010 |
Color Harmonies of #2A86FF
Complementary color
Monochromatic Colors of #2A86FF
Black with #2A86FF
Text Example
Text Example
White with #2A86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A86FF; }
p { color: rgb(42,134,255); }
H1.HeaderClassName
{
color: #2A86FF;
}
.AnyTagClassName
{
color: #2A86FF;
}
</style>
background-color css
<style>
a { background-color: #2A86FF; }
a { background-color: rgb(42,134,255); }
div.DivClassName
{
background-color: #2A86FF;
}
.BgClassName
{
background-color: #2A86FF;
}
</style>
border-color css
<style>
span { border-color: #2A86FF; }
span { border-color: rgb(42,134,255); }
td.TdClassName
{
border-color: #2A86FF;
}
.TagClassName
{
border-color: #2A86FF;
}
</style>