Shades of Dodger Blue #2A8AFF
Tints of Dodger Blue #2A8AFF
RGB
CMYK
RGB Variations
Color information
#2A8AFF (or 0x2A8AFF) is known color: Dodger Blue. HEX triplet: 2A, 8A and FF. RGB value is (42,138,255). Sum of RGB (Red+Green+Blue) = 42+138+255=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A8AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8AFF is #D57500. Grayscale: #7A7A7A. Windows color (decimal): -13989121 or 16747050. OLE color: 16747050.
HSL color Cylindrical-coordinate representation of color #2A8AFF: hue angle of 212.96º 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 #2A8AFF is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 138 | 255 | - |
| CMYK | 0.84 | 0.46 | 0 | 0 |
| HSL | 212.96º | 1% | 0.58% | - |
| HSV(B) | 212.96º | 0.84% | 1% | - |
| XYZ | 28.09 | 25.89 | 98.12 | - |
| YUV | 122.63 | 202.7 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 255 | 0.84 | 0.46 | 0 | 0 | 212.96 | 1 | 0.58 |
| Hex | 2A | 8A | FF | 54 | 2E | 0 | 0 | D5 | 64 | 3A |
| Octal | 52 | 212 | 377 | 124 | 56 | 0 | 0 | 325 | 144 | 72 |
| Binary | 101010 | 10001010 | 11111111 | 1010100 | 101110 | 0 | 0 | 11010101 | 1100100 | 111010 |
Color Harmonies of #2A8AFF
Complementary color
Monochromatic Colors of #2A8AFF
Black with #2A8AFF
Text Example
Text Example
White with #2A8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8AFF; }
p { color: rgb(42,138,255); }
H1.HeaderClassName
{
color: #2A8AFF;
}
.AnyTagClassName
{
color: #2A8AFF;
}
</style>
background-color css
<style>
a { background-color: #2A8AFF; }
a { background-color: rgb(42,138,255); }
div.DivClassName
{
background-color: #2A8AFF;
}
.BgClassName
{
background-color: #2A8AFF;
}
</style>
border-color css
<style>
span { border-color: #2A8AFF; }
span { border-color: rgb(42,138,255); }
td.TdClassName
{
border-color: #2A8AFF;
}
.TagClassName
{
border-color: #2A8AFF;
}
</style>