Shades of Dodger Blue #2B8FDC
Tints of Dodger Blue #2B8FDC
RGB
CMYK
RGB Variations
Color information
#2B8FDC (or 0x2B8FDC) is known color: Dodger Blue. HEX triplet: 2B, 8F and DC. RGB value is (43,143,220). Sum of RGB (Red+Green+Blue) = 43+143+220=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B8FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8FDC is #D47023. Grayscale: #797979. Windows color (decimal): -13922340 or 14454571. OLE color: 14454571.
HSL color Cylindrical-coordinate representation of color #2B8FDC: hue angle of 206.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8FDC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 143 | 220 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.14 |
| HSL | 206.1º | 0.72% | 0.52% | - |
| HSV(B) | 206.1º | 0.8% | 0.86% | - |
| XYZ | 23.74 | 25.33 | 71.35 | - |
| YUV | 121.88 | 183.37 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 220 | 0.80 | 0.35 | 0 | 0.14 | 206.1 | 0.72 | 0.52 |
| Hex | 2B | 8F | DC | 50 | 23 | 0 | E | CE | 48 | 34 |
| Octal | 53 | 217 | 334 | 120 | 43 | 0 | 16 | 316 | 110 | 64 |
| Binary | 101011 | 10001111 | 11011100 | 1010000 | 100011 | 0 | 1110 | 11001110 | 1001000 | 110100 |
Color Harmonies of #2B8FDC
Complementary color
Monochromatic Colors of #2B8FDC
Black with #2B8FDC
Text Example
Text Example
White with #2B8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8FDC; }
p { color: rgb(43,143,220); }
H1.HeaderClassName
{
color: #2B8FDC;
}
.AnyTagClassName
{
color: #2B8FDC;
}
</style>
background-color css
<style>
a { background-color: #2B8FDC; }
a { background-color: rgb(43,143,220); }
div.DivClassName
{
background-color: #2B8FDC;
}
.BgClassName
{
background-color: #2B8FDC;
}
</style>
border-color css
<style>
span { border-color: #2B8FDC; }
span { border-color: rgb(43,143,220); }
td.TdClassName
{
border-color: #2B8FDC;
}
.TagClassName
{
border-color: #2B8FDC;
}
</style>