Shades of Dodger Blue #2BA2F6
Tints of Dodger Blue #2BA2F6
RGB
CMYK
RGB Variations
Color information
#2BA2F6 (or 0x2BA2F6) is known color: Dodger Blue. HEX triplet: 2B, A2 and F6. RGB value is (43,162,246). Sum of RGB (Red+Green+Blue) = 43+162+246=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BA2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA2F6 is #D45D09. Grayscale: #878787. Windows color (decimal): -13917450 or 16163371. OLE color: 16163371.
HSL color Cylindrical-coordinate representation of color #2BA2F6: hue angle of 204.83º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BA2F6 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 162 | 246 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.04 |
| HSL | 204.83º | 0.92% | 0.57% | - |
| HSV(B) | 204.83º | 0.83% | 0.96% | - |
| XYZ | 30.55 | 33.01 | 91.95 | - |
| YUV | 136 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 246 | 0.83 | 0.34 | 0 | 0.04 | 204.83 | 0.92 | 0.57 |
| Hex | 2B | A2 | F6 | 53 | 22 | 0 | 4 | CD | 5C | 39 |
| Octal | 53 | 242 | 366 | 123 | 42 | 0 | 4 | 315 | 134 | 71 |
| Binary | 101011 | 10100010 | 11110110 | 1010011 | 100010 | 0 | 100 | 11001101 | 1011100 | 111001 |
Color Harmonies of #2BA2F6
Complementary color
Monochromatic Colors of #2BA2F6
Black with #2BA2F6
Text Example
Text Example
White with #2BA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA2F6; }
p { color: rgb(43,162,246); }
H1.HeaderClassName
{
color: #2BA2F6;
}
.AnyTagClassName
{
color: #2BA2F6;
}
</style>
background-color css
<style>
a { background-color: #2BA2F6; }
a { background-color: rgb(43,162,246); }
div.DivClassName
{
background-color: #2BA2F6;
}
.BgClassName
{
background-color: #2BA2F6;
}
</style>
border-color css
<style>
span { border-color: #2BA2F6; }
span { border-color: rgb(43,162,246); }
td.TdClassName
{
border-color: #2BA2F6;
}
.TagClassName
{
border-color: #2BA2F6;
}
</style>