Shades of Dodger Blue #2A7DF9
Tints of Dodger Blue #2A7DF9
RGB
CMYK
RGB Variations
Color information
#2A7DF9 (or 0x2A7DF9) is known color: Dodger Blue. HEX triplet: 2A, 7D and F9. RGB value is (42,125,249). Sum of RGB (Red+Green+Blue) = 42+125+249=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #2A7DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7DF9 is #D58206. Grayscale: #717171. Windows color (decimal): -13992455 or 16350506. OLE color: 16350506.
HSL color Cylindrical-coordinate representation of color #2A7DF9: hue angle of 215.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7DF9 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 125 | 249 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.02 |
| HSL | 215.94º | 0.95% | 0.57% | - |
| HSV(B) | 215.94º | 0.83% | 0.98% | - |
| XYZ | 25.39 | 22 | 92.53 | - |
| YUV | 114.32 | 204 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 249 | 0.83 | 0.50 | 0 | 0.02 | 215.94 | 0.95 | 0.57 |
| Hex | 2A | 7D | F9 | 53 | 32 | 0 | 2 | D8 | 5F | 39 |
| Octal | 52 | 175 | 371 | 123 | 62 | 0 | 2 | 330 | 137 | 71 |
| Binary | 101010 | 1111101 | 11111001 | 1010011 | 110010 | 0 | 10 | 11011000 | 1011111 | 111001 |
Color Harmonies of #2A7DF9
Complementary color
Monochromatic Colors of #2A7DF9
Black with #2A7DF9
Text Example
Text Example
White with #2A7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7DF9; }
p { color: rgb(42,125,249); }
H1.HeaderClassName
{
color: #2A7DF9;
}
.AnyTagClassName
{
color: #2A7DF9;
}
</style>
background-color css
<style>
a { background-color: #2A7DF9; }
a { background-color: rgb(42,125,249); }
div.DivClassName
{
background-color: #2A7DF9;
}
.BgClassName
{
background-color: #2A7DF9;
}
</style>
border-color css
<style>
span { border-color: #2A7DF9; }
span { border-color: rgb(42,125,249); }
td.TdClassName
{
border-color: #2A7DF9;
}
.TagClassName
{
border-color: #2A7DF9;
}
</style>