Shades of Dodger Blue #2B99FE
Tints of Dodger Blue #2B99FE
RGB
CMYK
RGB Variations
Color information
#2B99FE (or 0x2B99FE) is known color: Dodger Blue. HEX triplet: 2B, 99 and FE. RGB value is (43,153,254). Sum of RGB (Red+Green+Blue) = 43+153+254=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B99FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B99FE is #D46601. Grayscale: #838383. Windows color (decimal): -13919746 or 16685355. OLE color: 16685355.
HSL color Cylindrical-coordinate representation of color #2B99FE: hue angle of 208.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B99FE is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 153 | 254 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.00 |
| HSL | 208.72º | 0.99% | 0.58% | - |
| HSV(B) | 208.72º | 0.83% | 1% | - |
| XYZ | 30.28 | 30.45 | 98.05 | - |
| YUV | 131.62 | 197.06 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 254 | 0.83 | 0.40 | 0 | 0.00 | 208.72 | 0.99 | 0.58 |
| Hex | 2B | 99 | FE | 53 | 28 | 0 | 0 | D1 | 63 | 3A |
| Octal | 53 | 231 | 376 | 123 | 50 | 0 | 0 | 321 | 143 | 72 |
| Binary | 101011 | 10011001 | 11111110 | 1010011 | 101000 | 0 | 0 | 11010001 | 1100011 | 111010 |
Color Harmonies of #2B99FE
Complementary color
Monochromatic Colors of #2B99FE
Black with #2B99FE
Text Example
Text Example
White with #2B99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B99FE; }
p { color: rgb(43,153,254); }
H1.HeaderClassName
{
color: #2B99FE;
}
.AnyTagClassName
{
color: #2B99FE;
}
</style>
background-color css
<style>
a { background-color: #2B99FE; }
a { background-color: rgb(43,153,254); }
div.DivClassName
{
background-color: #2B99FE;
}
.BgClassName
{
background-color: #2B99FE;
}
</style>
border-color css
<style>
span { border-color: #2B99FE; }
span { border-color: rgb(43,153,254); }
td.TdClassName
{
border-color: #2B99FE;
}
.TagClassName
{
border-color: #2B99FE;
}
</style>