Shades of Dodger Blue #2B87DF
Tints of Dodger Blue #2B87DF
RGB
CMYK
RGB Variations
Color information
#2B87DF (or 0x2B87DF) is known color: Dodger Blue. HEX triplet: 2B, 87 and DF. RGB value is (43,135,223). Sum of RGB (Red+Green+Blue) = 43+135+223=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B87DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B87DF is #D47820. Grayscale: #757575. Windows color (decimal): -13924385 or 14649131. OLE color: 14649131.
HSL color Cylindrical-coordinate representation of color #2B87DF: hue angle of 209.33º 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 #2B87DF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 135 | 223 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 209.33º | 0.74% | 0.52% | - |
| HSV(B) | 209.33º | 0.81% | 0.87% | - |
| XYZ | 22.98 | 23.17 | 73.07 | - |
| YUV | 117.52 | 187.52 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 223 | 0.81 | 0.39 | 0 | 0.13 | 209.33 | 0.74 | 0.52 |
| Hex | 2B | 87 | DF | 51 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 53 | 207 | 337 | 121 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101011 | 10000111 | 11011111 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2B87DF
Complementary color
Monochromatic Colors of #2B87DF
Black with #2B87DF
Text Example
Text Example
White with #2B87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B87DF; }
p { color: rgb(43,135,223); }
H1.HeaderClassName
{
color: #2B87DF;
}
.AnyTagClassName
{
color: #2B87DF;
}
</style>
background-color css
<style>
a { background-color: #2B87DF; }
a { background-color: rgb(43,135,223); }
div.DivClassName
{
background-color: #2B87DF;
}
.BgClassName
{
background-color: #2B87DF;
}
</style>
border-color css
<style>
span { border-color: #2B87DF; }
span { border-color: rgb(43,135,223); }
td.TdClassName
{
border-color: #2B87DF;
}
.TagClassName
{
border-color: #2B87DF;
}
</style>