Shades of Dodger Blue #2BACFF
Tints of Dodger Blue #2BACFF
RGB
CMYK
RGB Variations
Color information
#2BACFF (or 0x2BACFF) is known color: Dodger Blue. HEX triplet: 2B, AC and FF. RGB value is (43,172,255). Sum of RGB (Red+Green+Blue) = 43+172+255=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACFF is #D45300. Grayscale: #8E8E8E. Windows color (decimal): -13914881 or 16755755. OLE color: 16755755.
HSL color Cylindrical-coordinate representation of color #2BACFF: hue angle of 203.49º 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 #2BACFF is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 172 | 255 | - |
| CMYK | 0.83 | 0.33 | 0 | 0 |
| HSL | 203.49º | 1% | 0.58% | - |
| HSV(B) | 203.49º | 0.83% | 1% | - |
| XYZ | 33.8 | 37.24 | 100.01 | - |
| YUV | 142.89 | 191.26 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 255 | 0.83 | 0.33 | 0 | 0 | 203.49 | 1 | 0.58 |
| Hex | 2B | AC | FF | 53 | 21 | 0 | 0 | CB | 64 | 3A |
| Octal | 53 | 254 | 377 | 123 | 41 | 0 | 0 | 313 | 144 | 72 |
| Binary | 101011 | 10101100 | 11111111 | 1010011 | 100001 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #2BACFF
Complementary color
Monochromatic Colors of #2BACFF
Black with #2BACFF
Text Example
Text Example
White with #2BACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACFF; }
p { color: rgb(43,172,255); }
H1.HeaderClassName
{
color: #2BACFF;
}
.AnyTagClassName
{
color: #2BACFF;
}
</style>
background-color css
<style>
a { background-color: #2BACFF; }
a { background-color: rgb(43,172,255); }
div.DivClassName
{
background-color: #2BACFF;
}
.BgClassName
{
background-color: #2BACFF;
}
</style>
border-color css
<style>
span { border-color: #2BACFF; }
span { border-color: rgb(43,172,255); }
td.TdClassName
{
border-color: #2BACFF;
}
.TagClassName
{
border-color: #2BACFF;
}
</style>