Shades of Dodger Blue #2B89DF
Tints of Dodger Blue #2B89DF
RGB
CMYK
RGB Variations
Color information
#2B89DF (or 0x2B89DF) is known color: Dodger Blue. HEX triplet: 2B, 89 and DF. RGB value is (43,137,223). Sum of RGB (Red+Green+Blue) = 43+137+223=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B89DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B89DF is #D47620. Grayscale: #767676. Windows color (decimal): -13923873 or 14649643. OLE color: 14649643.
HSL color Cylindrical-coordinate representation of color #2B89DF: hue angle of 208.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B89DF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 137 | 223 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 208.67º | 0.74% | 0.52% | - |
| HSV(B) | 208.67º | 0.81% | 0.87% | - |
| XYZ | 23.26 | 23.73 | 73.17 | - |
| YUV | 118.7 | 186.86 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 223 | 0.81 | 0.39 | 0 | 0.13 | 208.67 | 0.74 | 0.52 |
| Hex | 2B | 89 | DF | 51 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 53 | 211 | 337 | 121 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101011 | 10001001 | 11011111 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2B89DF
Complementary color
Monochromatic Colors of #2B89DF
Black with #2B89DF
Text Example
Text Example
White with #2B89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B89DF; }
p { color: rgb(43,137,223); }
H1.HeaderClassName
{
color: #2B89DF;
}
.AnyTagClassName
{
color: #2B89DF;
}
</style>
background-color css
<style>
a { background-color: #2B89DF; }
a { background-color: rgb(43,137,223); }
div.DivClassName
{
background-color: #2B89DF;
}
.BgClassName
{
background-color: #2B89DF;
}
</style>
border-color css
<style>
span { border-color: #2B89DF; }
span { border-color: rgb(43,137,223); }
td.TdClassName
{
border-color: #2B89DF;
}
.TagClassName
{
border-color: #2B89DF;
}
</style>