Shades of Dodger Blue #2BA6FF
Tints of Dodger Blue #2BA6FF
RGB
CMYK
RGB Variations
Color information
#2BA6FF (or 0x2BA6FF) is known color: Dodger Blue. HEX triplet: 2B, A6 and FF. RGB value is (43,166,255). Sum of RGB (Red+Green+Blue) = 43+166+255=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA6FF is #D45900. Grayscale: #8A8A8A. Windows color (decimal): -13916417 or 16754219. OLE color: 16754219.
HSL color Cylindrical-coordinate representation of color #2BA6FF: hue angle of 205.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BA6FF is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 166 | 255 | - |
| CMYK | 0.83 | 0.35 | 0 | 0 |
| HSL | 205.19º | 1% | 0.58% | - |
| HSV(B) | 205.19º | 0.83% | 1% | - |
| XYZ | 32.68 | 35.01 | 99.64 | - |
| YUV | 139.37 | 193.25 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 255 | 0.83 | 0.35 | 0 | 0 | 205.19 | 1 | 0.58 |
| Hex | 2B | A6 | FF | 53 | 23 | 0 | 0 | CD | 64 | 3A |
| Octal | 53 | 246 | 377 | 123 | 43 | 0 | 0 | 315 | 144 | 72 |
| Binary | 101011 | 10100110 | 11111111 | 1010011 | 100011 | 0 | 0 | 11001101 | 1100100 | 111010 |
Color Harmonies of #2BA6FF
Complementary color
Monochromatic Colors of #2BA6FF
Black with #2BA6FF
Text Example
Text Example
White with #2BA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA6FF; }
p { color: rgb(43,166,255); }
H1.HeaderClassName
{
color: #2BA6FF;
}
.AnyTagClassName
{
color: #2BA6FF;
}
</style>
background-color css
<style>
a { background-color: #2BA6FF; }
a { background-color: rgb(43,166,255); }
div.DivClassName
{
background-color: #2BA6FF;
}
.BgClassName
{
background-color: #2BA6FF;
}
</style>
border-color css
<style>
span { border-color: #2BA6FF; }
span { border-color: rgb(43,166,255); }
td.TdClassName
{
border-color: #2BA6FF;
}
.TagClassName
{
border-color: #2BA6FF;
}
</style>