Shades of Dodger Blue #2B9BFB
Tints of Dodger Blue #2B9BFB
RGB
CMYK
RGB Variations
Color information
#2B9BFB (or 0x2B9BFB) is known color: Dodger Blue. HEX triplet: 2B, 9B and FB. RGB value is (43,155,251). Sum of RGB (Red+Green+Blue) = 43+155+251=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B9BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9BFB is #D46404. Grayscale: #838383. Windows color (decimal): -13919237 or 16489259. OLE color: 16489259.
HSL color Cylindrical-coordinate representation of color #2B9BFB: hue angle of 207.69º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9BFB is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 155 | 251 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.02 |
| HSL | 207.69º | 0.96% | 0.58% | - |
| HSV(B) | 207.69º | 0.83% | 0.98% | - |
| XYZ | 30.13 | 30.92 | 95.65 | - |
| YUV | 132.46 | 194.89 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 251 | 0.83 | 0.38 | 0 | 0.02 | 207.69 | 0.96 | 0.58 |
| Hex | 2B | 9B | FB | 53 | 26 | 0 | 2 | D0 | 60 | 3A |
| Octal | 53 | 233 | 373 | 123 | 46 | 0 | 2 | 320 | 140 | 72 |
| Binary | 101011 | 10011011 | 11111011 | 1010011 | 100110 | 0 | 10 | 11010000 | 1100000 | 111010 |
Color Harmonies of #2B9BFB
Complementary color
Monochromatic Colors of #2B9BFB
Black with #2B9BFB
Text Example
Text Example
White with #2B9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BFB; }
p { color: rgb(43,155,251); }
H1.HeaderClassName
{
color: #2B9BFB;
}
.AnyTagClassName
{
color: #2B9BFB;
}
</style>
background-color css
<style>
a { background-color: #2B9BFB; }
a { background-color: rgb(43,155,251); }
div.DivClassName
{
background-color: #2B9BFB;
}
.BgClassName
{
background-color: #2B9BFB;
}
</style>
border-color css
<style>
span { border-color: #2B9BFB; }
span { border-color: rgb(43,155,251); }
td.TdClassName
{
border-color: #2B9BFB;
}
.TagClassName
{
border-color: #2B9BFB;
}
</style>