Shades of Dodger Blue #2A7DFF
Tints of Dodger Blue #2A7DFF
RGB
CMYK
RGB Variations
Color information
#2A7DFF (or 0x2A7DFF) is known color: Dodger Blue. HEX triplet: 2A, 7D and FF. RGB value is (42,125,255). Sum of RGB (Red+Green+Blue) = 42+125+255=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A7DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7DFF is #D58200. Grayscale: #727272. Windows color (decimal): -13992449 or 16743722. OLE color: 16743722.
HSL color Cylindrical-coordinate representation of color #2A7DFF: hue angle of 216.62º 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 #2A7DFF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 125 | 255 | - |
| CMYK | 0.84 | 0.51 | 0 | 0 |
| HSL | 216.62º | 1% | 0.58% | - |
| HSV(B) | 216.62º | 0.84% | 1% | - |
| XYZ | 26.34 | 22.38 | 97.54 | - |
| YUV | 115 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 255 | 0.84 | 0.51 | 0 | 0 | 216.62 | 1 | 0.58 |
| Hex | 2A | 7D | FF | 54 | 33 | 0 | 0 | D9 | 64 | 3A |
| Octal | 52 | 175 | 377 | 124 | 63 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101010 | 1111101 | 11111111 | 1010100 | 110011 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #2A7DFF
Complementary color
Monochromatic Colors of #2A7DFF
Black with #2A7DFF
Text Example
Text Example
White with #2A7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7DFF; }
p { color: rgb(42,125,255); }
H1.HeaderClassName
{
color: #2A7DFF;
}
.AnyTagClassName
{
color: #2A7DFF;
}
</style>
background-color css
<style>
a { background-color: #2A7DFF; }
a { background-color: rgb(42,125,255); }
div.DivClassName
{
background-color: #2A7DFF;
}
.BgClassName
{
background-color: #2A7DFF;
}
</style>
border-color css
<style>
span { border-color: #2A7DFF; }
span { border-color: rgb(42,125,255); }
td.TdClassName
{
border-color: #2A7DFF;
}
.TagClassName
{
border-color: #2A7DFF;
}
</style>