Shades of Dodger Blue #2BAEFF
Tints of Dodger Blue #2BAEFF
RGB
CMYK
RGB Variations
Color information
#2BAEFF (or 0x2BAEFF) is known color: Dodger Blue. HEX triplet: 2B, AE and FF. RGB value is (43,174,255). Sum of RGB (Red+Green+Blue) = 43+174+255=472 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.11% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAEFF is #D45100. Grayscale: #8F8F8F. Windows color (decimal): -13914369 or 16756267. OLE color: 16756267.
HSL color Cylindrical-coordinate representation of color #2BAEFF: hue angle of 202.92º 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 #2BAEFF is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 174 | 255 | - |
| CMYK | 0.83 | 0.32 | 0 | 0 |
| HSL | 202.92º | 1% | 0.58% | - |
| HSV(B) | 202.92º | 0.83% | 1% | - |
| XYZ | 34.18 | 38.01 | 100.14 | - |
| YUV | 144.07 | 190.6 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 255 | 0.83 | 0.32 | 0 | 0 | 202.92 | 1 | 0.58 |
| Hex | 2B | AE | FF | 53 | 20 | 0 | 0 | CB | 64 | 3A |
| Octal | 53 | 256 | 377 | 123 | 40 | 0 | 0 | 313 | 144 | 72 |
| Binary | 101011 | 10101110 | 11111111 | 1010011 | 100000 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #2BAEFF
Complementary color
Monochromatic Colors of #2BAEFF
Black with #2BAEFF
Text Example
Text Example
White with #2BAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEFF; }
p { color: rgb(43,174,255); }
H1.HeaderClassName
{
color: #2BAEFF;
}
.AnyTagClassName
{
color: #2BAEFF;
}
</style>
background-color css
<style>
a { background-color: #2BAEFF; }
a { background-color: rgb(43,174,255); }
div.DivClassName
{
background-color: #2BAEFF;
}
.BgClassName
{
background-color: #2BAEFF;
}
</style>
border-color css
<style>
span { border-color: #2BAEFF; }
span { border-color: rgb(43,174,255); }
td.TdClassName
{
border-color: #2BAEFF;
}
.TagClassName
{
border-color: #2BAEFF;
}
</style>