Shades of Dodger Blue #2BAAFD
Tints of Dodger Blue #2BAAFD
RGB
CMYK
RGB Variations
Color information
#2BAAFD (or 0x2BAAFD) is known color: Dodger Blue. HEX triplet: 2B, AA and FD. RGB value is (43,170,253). Sum of RGB (Red+Green+Blue) = 43+170+253=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAFD is #D45502. Grayscale: #8D8D8D. Windows color (decimal): -13915395 or 16624171. OLE color: 16624171.
HSL color Cylindrical-coordinate representation of color #2BAAFD: hue angle of 203.71º 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 #2BAAFD is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 170 | 253 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.01 |
| HSL | 203.71º | 0.98% | 0.58% | - |
| HSV(B) | 203.71º | 0.83% | 0.99% | - |
| XYZ | 33.1 | 36.35 | 98.2 | - |
| YUV | 141.49 | 190.92 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 253 | 0.83 | 0.33 | 0 | 0.01 | 203.71 | 0.98 | 0.58 |
| Hex | 2B | AA | FD | 53 | 21 | 0 | 1 | CC | 62 | 3A |
| Octal | 53 | 252 | 375 | 123 | 41 | 0 | 1 | 314 | 142 | 72 |
| Binary | 101011 | 10101010 | 11111101 | 1010011 | 100001 | 0 | 1 | 11001100 | 1100010 | 111010 |
Color Harmonies of #2BAAFD
Complementary color
Monochromatic Colors of #2BAAFD
Black with #2BAAFD
Text Example
Text Example
White with #2BAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAFD; }
p { color: rgb(43,170,253); }
H1.HeaderClassName
{
color: #2BAAFD;
}
.AnyTagClassName
{
color: #2BAAFD;
}
</style>
background-color css
<style>
a { background-color: #2BAAFD; }
a { background-color: rgb(43,170,253); }
div.DivClassName
{
background-color: #2BAAFD;
}
.BgClassName
{
background-color: #2BAAFD;
}
</style>
border-color css
<style>
span { border-color: #2BAAFD; }
span { border-color: rgb(43,170,253); }
td.TdClassName
{
border-color: #2BAAFD;
}
.TagClassName
{
border-color: #2BAAFD;
}
</style>