Shades of Dodger Blue #2A7DF1
Tints of Dodger Blue #2A7DF1
RGB
CMYK
RGB Variations
Color information
#2A7DF1 (or 0x2A7DF1) is known color: Dodger Blue. HEX triplet: 2A, 7D and F1. RGB value is (42,125,241). Sum of RGB (Red+Green+Blue) = 42+125+241=408 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.29% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A7DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7DF1 is #D5820E. Grayscale: #707070. Windows color (decimal): -13992463 or 15826218. OLE color: 15826218.
HSL color Cylindrical-coordinate representation of color #2A7DF1: hue angle of 214.97º 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 #2A7DF1 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 125 | 241 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.05 |
| HSL | 214.97º | 0.88% | 0.55% | - |
| HSV(B) | 214.97º | 0.83% | 0.95% | - |
| XYZ | 24.17 | 21.51 | 86.1 | - |
| YUV | 113.41 | 200 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 241 | 0.83 | 0.48 | 0 | 0.05 | 214.97 | 0.88 | 0.55 |
| Hex | 2A | 7D | F1 | 53 | 30 | 0 | 5 | D7 | 58 | 37 |
| Octal | 52 | 175 | 361 | 123 | 60 | 0 | 5 | 327 | 130 | 67 |
| Binary | 101010 | 1111101 | 11110001 | 1010011 | 110000 | 0 | 101 | 11010111 | 1011000 | 110111 |
Color Harmonies of #2A7DF1
Complementary color
Monochromatic Colors of #2A7DF1
Black with #2A7DF1
Text Example
Text Example
White with #2A7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7DF1; }
p { color: rgb(42,125,241); }
H1.HeaderClassName
{
color: #2A7DF1;
}
.AnyTagClassName
{
color: #2A7DF1;
}
</style>
background-color css
<style>
a { background-color: #2A7DF1; }
a { background-color: rgb(42,125,241); }
div.DivClassName
{
background-color: #2A7DF1;
}
.BgClassName
{
background-color: #2A7DF1;
}
</style>
border-color css
<style>
span { border-color: #2A7DF1; }
span { border-color: rgb(42,125,241); }
td.TdClassName
{
border-color: #2A7DF1;
}
.TagClassName
{
border-color: #2A7DF1;
}
</style>