Shades of Dodger Blue #2B88DF
Tints of Dodger Blue #2B88DF
RGB
CMYK
RGB Variations
Color information
#2B88DF (or 0x2B88DF) is known color: Dodger Blue. HEX triplet: 2B, 88 and DF. RGB value is (43,136,223). Sum of RGB (Red+Green+Blue) = 43+136+223=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B88DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B88DF is #D47720. Grayscale: #757575. Windows color (decimal): -13924129 or 14649387. OLE color: 14649387.
HSL color Cylindrical-coordinate representation of color #2B88DF: hue angle of 209º 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 #2B88DF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 136 | 223 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 209º | 0.74% | 0.52% | - |
| HSV(B) | 209º | 0.81% | 0.87% | - |
| XYZ | 23.12 | 23.45 | 73.12 | - |
| YUV | 118.11 | 187.19 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 223 | 0.81 | 0.39 | 0 | 0.13 | 209 | 0.74 | 0.52 |
| Hex | 2B | 88 | DF | 51 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 53 | 210 | 337 | 121 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101011 | 10001000 | 11011111 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2B88DF
Complementary color
Monochromatic Colors of #2B88DF
Black with #2B88DF
Text Example
Text Example
White with #2B88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B88DF; }
p { color: rgb(43,136,223); }
H1.HeaderClassName
{
color: #2B88DF;
}
.AnyTagClassName
{
color: #2B88DF;
}
</style>
background-color css
<style>
a { background-color: #2B88DF; }
a { background-color: rgb(43,136,223); }
div.DivClassName
{
background-color: #2B88DF;
}
.BgClassName
{
background-color: #2B88DF;
}
</style>
border-color css
<style>
span { border-color: #2B88DF; }
span { border-color: rgb(43,136,223); }
td.TdClassName
{
border-color: #2B88DF;
}
.TagClassName
{
border-color: #2B88DF;
}
</style>