Shades of Dodger Blue #2BABFD
Tints of Dodger Blue #2BABFD
RGB
CMYK
RGB Variations
Color information
#2BABFD (or 0x2BABFD) is known color: Dodger Blue. HEX triplet: 2B, AB and FD. RGB value is (43,171,253). Sum of RGB (Red+Green+Blue) = 43+171+253=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABFD is #D45402. Grayscale: #8D8D8D. Windows color (decimal): -13915139 or 16624427. OLE color: 16624427.
HSL color Cylindrical-coordinate representation of color #2BABFD: hue angle of 203.43º degrees, saturation: 0.98, 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 #2BABFD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 171 | 253 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.01 |
| HSL | 203.43º | 0.98% | 0.58% | - |
| HSV(B) | 203.43º | 0.83% | 0.99% | - |
| XYZ | 33.29 | 36.73 | 98.26 | - |
| YUV | 142.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 253 | 0.83 | 0.32 | 0 | 0.01 | 203.43 | 0.98 | 0.58 |
| Hex | 2B | AB | FD | 53 | 20 | 0 | 1 | CB | 62 | 3A |
| Octal | 53 | 253 | 375 | 123 | 40 | 0 | 1 | 313 | 142 | 72 |
| Binary | 101011 | 10101011 | 11111101 | 1010011 | 100000 | 0 | 1 | 11001011 | 1100010 | 111010 |
Color Harmonies of #2BABFD
Complementary color
Monochromatic Colors of #2BABFD
Black with #2BABFD
Text Example
Text Example
White with #2BABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABFD; }
p { color: rgb(43,171,253); }
H1.HeaderClassName
{
color: #2BABFD;
}
.AnyTagClassName
{
color: #2BABFD;
}
</style>
background-color css
<style>
a { background-color: #2BABFD; }
a { background-color: rgb(43,171,253); }
div.DivClassName
{
background-color: #2BABFD;
}
.BgClassName
{
background-color: #2BABFD;
}
</style>
border-color css
<style>
span { border-color: #2BABFD; }
span { border-color: rgb(43,171,253); }
td.TdClassName
{
border-color: #2BABFD;
}
.TagClassName
{
border-color: #2BABFD;
}
</style>