Shades of Dodger Blue #2B93FB
Tints of Dodger Blue #2B93FB
RGB
CMYK
RGB Variations
Color information
#2B93FB (or 0x2B93FB) is known color: Dodger Blue. HEX triplet: 2B, 93 and FB. RGB value is (43,147,251). Sum of RGB (Red+Green+Blue) = 43+147+251=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B93FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B93FB is #D46C04. Grayscale: #7F7F7F. Windows color (decimal): -13921285 or 16487211. OLE color: 16487211.
HSL color Cylindrical-coordinate representation of color #2B93FB: hue angle of 210º 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 #2B93FB is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 147 | 251 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.58% | - |
| HSV(B) | 210º | 0.83% | 0.98% | - |
| XYZ | 28.84 | 28.35 | 95.22 | - |
| YUV | 127.76 | 197.54 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 251 | 0.83 | 0.41 | 0 | 0.02 | 210 | 0.96 | 0.58 |
| Hex | 2B | 93 | FB | 53 | 29 | 0 | 2 | D2 | 60 | 3A |
| Octal | 53 | 223 | 373 | 123 | 51 | 0 | 2 | 322 | 140 | 72 |
| Binary | 101011 | 10010011 | 11111011 | 1010011 | 101001 | 0 | 10 | 11010010 | 1100000 | 111010 |
Color Harmonies of #2B93FB
Complementary color
Monochromatic Colors of #2B93FB
Black with #2B93FB
Text Example
Text Example
White with #2B93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B93FB; }
p { color: rgb(43,147,251); }
H1.HeaderClassName
{
color: #2B93FB;
}
.AnyTagClassName
{
color: #2B93FB;
}
</style>
background-color css
<style>
a { background-color: #2B93FB; }
a { background-color: rgb(43,147,251); }
div.DivClassName
{
background-color: #2B93FB;
}
.BgClassName
{
background-color: #2B93FB;
}
</style>
border-color css
<style>
span { border-color: #2B93FB; }
span { border-color: rgb(43,147,251); }
td.TdClassName
{
border-color: #2B93FB;
}
.TagClassName
{
border-color: #2B93FB;
}
</style>