Shades of Dodger Blue #2BACFC
Tints of Dodger Blue #2BACFC
RGB
CMYK
RGB Variations
Color information
#2BACFC (or 0x2BACFC) is known color: Dodger Blue. HEX triplet: 2B, AC and FC. RGB value is (43,172,252). Sum of RGB (Red+Green+Blue) = 43+172+252=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACFC is #D45303. Grayscale: #8E8E8E. Windows color (decimal): -13914884 or 16559147. OLE color: 16559147.
HSL color Cylindrical-coordinate representation of color #2BACFC: hue angle of 202.97º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BACFC is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 172 | 252 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.01 |
| HSL | 202.97º | 0.97% | 0.58% | - |
| HSV(B) | 202.97º | 0.83% | 0.99% | - |
| XYZ | 33.32 | 37.05 | 97.49 | - |
| YUV | 142.55 | 189.76 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 252 | 0.83 | 0.32 | 0 | 0.01 | 202.97 | 0.97 | 0.58 |
| Hex | 2B | AC | FC | 53 | 20 | 0 | 1 | CB | 61 | 3A |
| Octal | 53 | 254 | 374 | 123 | 40 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101011 | 10101100 | 11111100 | 1010011 | 100000 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2BACFC
Complementary color
Monochromatic Colors of #2BACFC
Black with #2BACFC
Text Example
Text Example
White with #2BACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACFC; }
p { color: rgb(43,172,252); }
H1.HeaderClassName
{
color: #2BACFC;
}
.AnyTagClassName
{
color: #2BACFC;
}
</style>
background-color css
<style>
a { background-color: #2BACFC; }
a { background-color: rgb(43,172,252); }
div.DivClassName
{
background-color: #2BACFC;
}
.BgClassName
{
background-color: #2BACFC;
}
</style>
border-color css
<style>
span { border-color: #2BACFC; }
span { border-color: rgb(43,172,252); }
td.TdClassName
{
border-color: #2BACFC;
}
.TagClassName
{
border-color: #2BACFC;
}
</style>