Shades of Dodger Blue #2B99FF
Tints of Dodger Blue #2B99FF
RGB
CMYK
RGB Variations
Color information
#2B99FF (or 0x2B99FF) is known color: Dodger Blue. HEX triplet: 2B, 99 and FF. RGB value is (43,153,255). Sum of RGB (Red+Green+Blue) = 43+153+255=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B99FF is #D46600. Grayscale: #838383. Windows color (decimal): -13919745 or 16750891. OLE color: 16750891.
HSL color Cylindrical-coordinate representation of color #2B99FF: hue angle of 208.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B99FF is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 153 | 255 | - |
| CMYK | 0.83 | 0.4 | 0 | 0 |
| HSL | 208.87º | 1% | 0.58% | - |
| HSV(B) | 208.87º | 0.83% | 1% | - |
| XYZ | 30.44 | 30.52 | 98.89 | - |
| YUV | 131.74 | 197.56 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 255 | 0.83 | 0.4 | 0 | 0 | 208.87 | 1 | 0.58 |
| Hex | 2B | 99 | FF | 53 | 28 | 0 | 0 | D1 | 64 | 3A |
| Octal | 53 | 231 | 377 | 123 | 50 | 0 | 0 | 321 | 144 | 72 |
| Binary | 101011 | 10011001 | 11111111 | 1010011 | 101000 | 0 | 0 | 11010001 | 1100100 | 111010 |
Color Harmonies of #2B99FF
Complementary color
Monochromatic Colors of #2B99FF
Black with #2B99FF
Text Example
Text Example
White with #2B99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B99FF; }
p { color: rgb(43,153,255); }
H1.HeaderClassName
{
color: #2B99FF;
}
.AnyTagClassName
{
color: #2B99FF;
}
</style>
background-color css
<style>
a { background-color: #2B99FF; }
a { background-color: rgb(43,153,255); }
div.DivClassName
{
background-color: #2B99FF;
}
.BgClassName
{
background-color: #2B99FF;
}
</style>
border-color css
<style>
span { border-color: #2B99FF; }
span { border-color: rgb(43,153,255); }
td.TdClassName
{
border-color: #2B99FF;
}
.TagClassName
{
border-color: #2B99FF;
}
</style>