Shades of Dodger Blue #2B7DFF
Tints of Dodger Blue #2B7DFF
RGB
CMYK
RGB Variations
Color information
#2B7DFF (or 0x2B7DFF) is known color: Dodger Blue. HEX triplet: 2B, 7D and FF. RGB value is (43,125,255). Sum of RGB (Red+Green+Blue) = 43+125+255=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B7DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7DFF is #D48200. Grayscale: #727272. Windows color (decimal): -13926913 or 16743723. OLE color: 16743723.
HSL color Cylindrical-coordinate representation of color #2B7DFF: hue angle of 216.79º 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 #2B7DFF is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 125 | 255 | - |
| CMYK | 0.83 | 0.51 | 0 | 0 |
| HSL | 216.79º | 1% | 0.58% | - |
| HSV(B) | 216.79º | 0.83% | 1% | - |
| XYZ | 26.38 | 22.4 | 97.54 | - |
| YUV | 115.3 | 206.83 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 255 | 0.83 | 0.51 | 0 | 0 | 216.79 | 1 | 0.58 |
| Hex | 2B | 7D | FF | 53 | 33 | 0 | 0 | D9 | 64 | 3A |
| Octal | 53 | 175 | 377 | 123 | 63 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101011 | 1111101 | 11111111 | 1010011 | 110011 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #2B7DFF
Complementary color
Monochromatic Colors of #2B7DFF
Black with #2B7DFF
Text Example
Text Example
White with #2B7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7DFF; }
p { color: rgb(43,125,255); }
H1.HeaderClassName
{
color: #2B7DFF;
}
.AnyTagClassName
{
color: #2B7DFF;
}
</style>
background-color css
<style>
a { background-color: #2B7DFF; }
a { background-color: rgb(43,125,255); }
div.DivClassName
{
background-color: #2B7DFF;
}
.BgClassName
{
background-color: #2B7DFF;
}
</style>
border-color css
<style>
span { border-color: #2B7DFF; }
span { border-color: rgb(43,125,255); }
td.TdClassName
{
border-color: #2B7DFF;
}
.TagClassName
{
border-color: #2B7DFF;
}
</style>