Shades of Dodger Blue #2BACFB
Tints of Dodger Blue #2BACFB
RGB
CMYK
RGB Variations
Color information
#2BACFB (or 0x2BACFB) is known color: Dodger Blue. HEX triplet: 2B, AC and FB. RGB value is (43,172,251). Sum of RGB (Red+Green+Blue) = 43+172+251=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACFB is #D45304. Grayscale: #8D8D8D. Windows color (decimal): -13914885 or 16493611. OLE color: 16493611.
HSL color Cylindrical-coordinate representation of color #2BACFB: hue angle of 202.79º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BACFB is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 172 | 251 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.02 |
| HSL | 202.79º | 0.96% | 0.58% | - |
| HSV(B) | 202.79º | 0.83% | 0.98% | - |
| XYZ | 33.16 | 36.98 | 96.66 | - |
| YUV | 142.44 | 189.26 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 251 | 0.83 | 0.31 | 0 | 0.02 | 202.79 | 0.96 | 0.58 |
| Hex | 2B | AC | FB | 53 | 1F | 0 | 2 | CB | 60 | 3A |
| Octal | 53 | 254 | 373 | 123 | 37 | 0 | 2 | 313 | 140 | 72 |
| Binary | 101011 | 10101100 | 11111011 | 1010011 | 11111 | 0 | 10 | 11001011 | 1100000 | 111010 |
Color Harmonies of #2BACFB
Complementary color
Monochromatic Colors of #2BACFB
Black with #2BACFB
Text Example
Text Example
White with #2BACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACFB; }
p { color: rgb(43,172,251); }
H1.HeaderClassName
{
color: #2BACFB;
}
.AnyTagClassName
{
color: #2BACFB;
}
</style>
background-color css
<style>
a { background-color: #2BACFB; }
a { background-color: rgb(43,172,251); }
div.DivClassName
{
background-color: #2BACFB;
}
.BgClassName
{
background-color: #2BACFB;
}
</style>
border-color css
<style>
span { border-color: #2BACFB; }
span { border-color: rgb(43,172,251); }
td.TdClassName
{
border-color: #2BACFB;
}
.TagClassName
{
border-color: #2BACFB;
}
</style>