Shades of Dodger Blue #2A9EF1
Tints of Dodger Blue #2A9EF1
RGB
CMYK
RGB Variations
Color information
#2A9EF1 (or 0x2A9EF1) is known color: Dodger Blue. HEX triplet: 2A, 9E and F1. RGB value is (42,158,241). Sum of RGB (Red+Green+Blue) = 42+158+241=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A9EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9EF1 is #D5610E. Grayscale: #848484. Windows color (decimal): -13984015 or 15834666. OLE color: 15834666.
HSL color Cylindrical-coordinate representation of color #2A9EF1: hue angle of 205.03º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A9EF1 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 158 | 241 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.05 |
| HSL | 205.03º | 0.88% | 0.55% | - |
| HSV(B) | 205.03º | 0.83% | 0.95% | - |
| XYZ | 29.06 | 31.3 | 87.73 | - |
| YUV | 132.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 241 | 0.83 | 0.34 | 0 | 0.05 | 205.03 | 0.88 | 0.55 |
| Hex | 2A | 9E | F1 | 53 | 22 | 0 | 5 | CD | 58 | 37 |
| Octal | 52 | 236 | 361 | 123 | 42 | 0 | 5 | 315 | 130 | 67 |
| Binary | 101010 | 10011110 | 11110001 | 1010011 | 100010 | 0 | 101 | 11001101 | 1011000 | 110111 |
Color Harmonies of #2A9EF1
Complementary color
Monochromatic Colors of #2A9EF1
Black with #2A9EF1
Text Example
Text Example
White with #2A9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9EF1; }
p { color: rgb(42,158,241); }
H1.HeaderClassName
{
color: #2A9EF1;
}
.AnyTagClassName
{
color: #2A9EF1;
}
</style>
background-color css
<style>
a { background-color: #2A9EF1; }
a { background-color: rgb(42,158,241); }
div.DivClassName
{
background-color: #2A9EF1;
}
.BgClassName
{
background-color: #2A9EF1;
}
</style>
border-color css
<style>
span { border-color: #2A9EF1; }
span { border-color: rgb(42,158,241); }
td.TdClassName
{
border-color: #2A9EF1;
}
.TagClassName
{
border-color: #2A9EF1;
}
</style>