Shades of Dodger Blue #2B7BFB
Tints of Dodger Blue #2B7BFB
RGB
CMYK
RGB Variations
Color information
#2B7BFB (or 0x2B7BFB) is known color: Dodger Blue. HEX triplet: 2B, 7B and FB. RGB value is (43,123,251). Sum of RGB (Red+Green+Blue) = 43+123+251=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B7BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7BFB is #D48404. Grayscale: #717171. Windows color (decimal): -13927429 or 16481067. OLE color: 16481067.
HSL color Cylindrical-coordinate representation of color #2B7BFB: hue angle of 216.92º 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 #2B7BFB is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 123 | 251 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.02 |
| HSL | 216.92º | 0.96% | 0.58% | - |
| HSV(B) | 216.92º | 0.83% | 0.98% | - |
| XYZ | 25.49 | 21.64 | 94.1 | - |
| YUV | 113.67 | 205.5 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 251 | 0.83 | 0.51 | 0 | 0.02 | 216.92 | 0.96 | 0.58 |
| Hex | 2B | 7B | FB | 53 | 33 | 0 | 2 | D9 | 60 | 3A |
| Octal | 53 | 173 | 373 | 123 | 63 | 0 | 2 | 331 | 140 | 72 |
| Binary | 101011 | 1111011 | 11111011 | 1010011 | 110011 | 0 | 10 | 11011001 | 1100000 | 111010 |
Color Harmonies of #2B7BFB
Complementary color
Monochromatic Colors of #2B7BFB
Black with #2B7BFB
Text Example
Text Example
White with #2B7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BFB; }
p { color: rgb(43,123,251); }
H1.HeaderClassName
{
color: #2B7BFB;
}
.AnyTagClassName
{
color: #2B7BFB;
}
</style>
background-color css
<style>
a { background-color: #2B7BFB; }
a { background-color: rgb(43,123,251); }
div.DivClassName
{
background-color: #2B7BFB;
}
.BgClassName
{
background-color: #2B7BFB;
}
</style>
border-color css
<style>
span { border-color: #2B7BFB; }
span { border-color: rgb(43,123,251); }
td.TdClassName
{
border-color: #2B7BFB;
}
.TagClassName
{
border-color: #2B7BFB;
}
</style>