Shades of Dodger Blue #2DA2F6
Tints of Dodger Blue #2DA2F6
RGB
CMYK
RGB Variations
Color information
#2DA2F6 (or 0x2DA2F6) is known color: Dodger Blue. HEX triplet: 2D, A2 and F6. RGB value is (45,162,246). Sum of RGB (Red+Green+Blue) = 45+162+246=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #2DA2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA2F6 is #D25D09. Grayscale: #888888. Windows color (decimal): -13786378 or 16163373. OLE color: 16163373.
HSL color Cylindrical-coordinate representation of color #2DA2F6: hue angle of 205.07º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DA2F6 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 162 | 246 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.04 |
| HSL | 205.07º | 0.92% | 0.57% | - |
| HSV(B) | 205.07º | 0.82% | 0.96% | - |
| XYZ | 30.64 | 33.05 | 91.95 | - |
| YUV | 136.59 | 189.74 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 246 | 0.82 | 0.34 | 0 | 0.04 | 205.07 | 0.92 | 0.57 |
| Hex | 2D | A2 | F6 | 52 | 22 | 0 | 4 | CD | 5C | 39 |
| Octal | 55 | 242 | 366 | 122 | 42 | 0 | 4 | 315 | 134 | 71 |
| Binary | 101101 | 10100010 | 11110110 | 1010010 | 100010 | 0 | 100 | 11001101 | 1011100 | 111001 |
Color Harmonies of #2DA2F6
Complementary color
Monochromatic Colors of #2DA2F6
Black with #2DA2F6
Text Example
Text Example
White with #2DA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA2F6; }
p { color: rgb(45,162,246); }
H1.HeaderClassName
{
color: #2DA2F6;
}
.AnyTagClassName
{
color: #2DA2F6;
}
</style>
background-color css
<style>
a { background-color: #2DA2F6; }
a { background-color: rgb(45,162,246); }
div.DivClassName
{
background-color: #2DA2F6;
}
.BgClassName
{
background-color: #2DA2F6;
}
</style>
border-color css
<style>
span { border-color: #2DA2F6; }
span { border-color: rgb(45,162,246); }
td.TdClassName
{
border-color: #2DA2F6;
}
.TagClassName
{
border-color: #2DA2F6;
}
</style>