Shades of Dodger Blue #2BAAFF
Tints of Dodger Blue #2BAAFF
RGB
CMYK
RGB Variations
Color information
#2BAAFF (or 0x2BAAFF) is known color: Dodger Blue. HEX triplet: 2B, AA and FF. RGB value is (43,170,255). Sum of RGB (Red+Green+Blue) = 43+170+255=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAFF is #D45500. Grayscale: #8D8D8D. Windows color (decimal): -13915393 or 16755243. OLE color: 16755243.
HSL color Cylindrical-coordinate representation of color #2BAAFF: hue angle of 204.06º 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 #2BAAFF is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 170 | 255 | - |
| CMYK | 0.83 | 0.33 | 0 | 0 |
| HSL | 204.06º | 1% | 0.58% | - |
| HSV(B) | 204.06º | 0.83% | 1% | - |
| XYZ | 33.42 | 36.48 | 99.89 | - |
| YUV | 141.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 255 | 0.83 | 0.33 | 0 | 0 | 204.06 | 1 | 0.58 |
| Hex | 2B | AA | FF | 53 | 21 | 0 | 0 | CC | 64 | 3A |
| Octal | 53 | 252 | 377 | 123 | 41 | 0 | 0 | 314 | 144 | 72 |
| Binary | 101011 | 10101010 | 11111111 | 1010011 | 100001 | 0 | 0 | 11001100 | 1100100 | 111010 |
Color Harmonies of #2BAAFF
Complementary color
Monochromatic Colors of #2BAAFF
Black with #2BAAFF
Text Example
Text Example
White with #2BAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAFF; }
p { color: rgb(43,170,255); }
H1.HeaderClassName
{
color: #2BAAFF;
}
.AnyTagClassName
{
color: #2BAAFF;
}
</style>
background-color css
<style>
a { background-color: #2BAAFF; }
a { background-color: rgb(43,170,255); }
div.DivClassName
{
background-color: #2BAAFF;
}
.BgClassName
{
background-color: #2BAAFF;
}
</style>
border-color css
<style>
span { border-color: #2BAAFF; }
span { border-color: rgb(43,170,255); }
td.TdClassName
{
border-color: #2BAAFF;
}
.TagClassName
{
border-color: #2BAAFF;
}
</style>