Shades of Dodger Blue #2B8DFA
Tints of Dodger Blue #2B8DFA
RGB
CMYK
RGB Variations
Color information
#2B8DFA (or 0x2B8DFA) is known color: Dodger Blue. HEX triplet: 2B, 8D and FA. RGB value is (43,141,250). Sum of RGB (Red+Green+Blue) = 43+141+250=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8DFA is #D47205. Grayscale: #7B7B7B. Windows color (decimal): -13922822 or 16420139. OLE color: 16420139.
HSL color Cylindrical-coordinate representation of color #2B8DFA: hue angle of 211.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B8DFA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 141 | 250 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.02 |
| HSL | 211.59º | 0.95% | 0.57% | - |
| HSV(B) | 211.59º | 0.83% | 0.98% | - |
| XYZ | 27.78 | 26.47 | 94.09 | - |
| YUV | 124.12 | 199.03 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 250 | 0.83 | 0.44 | 0 | 0.02 | 211.59 | 0.95 | 0.57 |
| Hex | 2B | 8D | FA | 53 | 2C | 0 | 2 | D4 | 5F | 39 |
| Octal | 53 | 215 | 372 | 123 | 54 | 0 | 2 | 324 | 137 | 71 |
| Binary | 101011 | 10001101 | 11111010 | 1010011 | 101100 | 0 | 10 | 11010100 | 1011111 | 111001 |
Color Harmonies of #2B8DFA
Complementary color
Monochromatic Colors of #2B8DFA
Black with #2B8DFA
Text Example
Text Example
White with #2B8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DFA; }
p { color: rgb(43,141,250); }
H1.HeaderClassName
{
color: #2B8DFA;
}
.AnyTagClassName
{
color: #2B8DFA;
}
</style>
background-color css
<style>
a { background-color: #2B8DFA; }
a { background-color: rgb(43,141,250); }
div.DivClassName
{
background-color: #2B8DFA;
}
.BgClassName
{
background-color: #2B8DFA;
}
</style>
border-color css
<style>
span { border-color: #2B8DFA; }
span { border-color: rgb(43,141,250); }
td.TdClassName
{
border-color: #2B8DFA;
}
.TagClassName
{
border-color: #2B8DFA;
}
</style>