Shades of Dodger Blue #2BA7F6
Tints of Dodger Blue #2BA7F6
RGB
CMYK
RGB Variations
Color information
#2BA7F6 (or 0x2BA7F6) is known color: Dodger Blue. HEX triplet: 2B, A7 and F6. RGB value is (43,167,246). Sum of RGB (Red+Green+Blue) = 43+167+246=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BA7F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA7F6 is #D45809. Grayscale: #8A8A8A. Windows color (decimal): -13916170 or 16164651. OLE color: 16164651.
HSL color Cylindrical-coordinate representation of color #2BA7F6: hue angle of 203.35º 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 #2BA7F6 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 167 | 246 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.04 |
| HSL | 203.35º | 0.92% | 0.57% | - |
| HSV(B) | 203.35º | 0.83% | 0.96% | - |
| XYZ | 31.45 | 34.8 | 92.25 | - |
| YUV | 138.93 | 188.42 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 246 | 0.83 | 0.32 | 0 | 0.04 | 203.35 | 0.92 | 0.57 |
| Hex | 2B | A7 | F6 | 53 | 20 | 0 | 4 | CB | 5C | 39 |
| Octal | 53 | 247 | 366 | 123 | 40 | 0 | 4 | 313 | 134 | 71 |
| Binary | 101011 | 10100111 | 11110110 | 1010011 | 100000 | 0 | 100 | 11001011 | 1011100 | 111001 |
Color Harmonies of #2BA7F6
Complementary color
Monochromatic Colors of #2BA7F6
Black with #2BA7F6
Text Example
Text Example
White with #2BA7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7F6; }
p { color: rgb(43,167,246); }
H1.HeaderClassName
{
color: #2BA7F6;
}
.AnyTagClassName
{
color: #2BA7F6;
}
</style>
background-color css
<style>
a { background-color: #2BA7F6; }
a { background-color: rgb(43,167,246); }
div.DivClassName
{
background-color: #2BA7F6;
}
.BgClassName
{
background-color: #2BA7F6;
}
</style>
border-color css
<style>
span { border-color: #2BA7F6; }
span { border-color: rgb(43,167,246); }
td.TdClassName
{
border-color: #2BA7F6;
}
.TagClassName
{
border-color: #2BA7F6;
}
</style>