Shades of Dodger Blue #2B7CFA
Tints of Dodger Blue #2B7CFA
RGB
CMYK
RGB Variations
Color information
#2B7CFA (or 0x2B7CFA) is known color: Dodger Blue. HEX triplet: 2B, 7C and FA. RGB value is (43,124,250). Sum of RGB (Red+Green+Blue) = 43+124+250=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B7CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7CFA is #D48305. Grayscale: #717171. Windows color (decimal): -13927174 or 16415787. OLE color: 16415787.
HSL color Cylindrical-coordinate representation of color #2B7CFA: hue angle of 216.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B7CFA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 124 | 250 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.02 |
| HSL | 216.52º | 0.95% | 0.57% | - |
| HSV(B) | 216.52º | 0.83% | 0.98% | - |
| XYZ | 25.46 | 21.83 | 93.31 | - |
| YUV | 114.15 | 204.66 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 250 | 0.83 | 0.50 | 0 | 0.02 | 216.52 | 0.95 | 0.57 |
| Hex | 2B | 7C | FA | 53 | 32 | 0 | 2 | D9 | 5F | 39 |
| Octal | 53 | 174 | 372 | 123 | 62 | 0 | 2 | 331 | 137 | 71 |
| Binary | 101011 | 1111100 | 11111010 | 1010011 | 110010 | 0 | 10 | 11011001 | 1011111 | 111001 |
Color Harmonies of #2B7CFA
Complementary color
Monochromatic Colors of #2B7CFA
Black with #2B7CFA
Text Example
Text Example
White with #2B7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CFA; }
p { color: rgb(43,124,250); }
H1.HeaderClassName
{
color: #2B7CFA;
}
.AnyTagClassName
{
color: #2B7CFA;
}
</style>
background-color css
<style>
a { background-color: #2B7CFA; }
a { background-color: rgb(43,124,250); }
div.DivClassName
{
background-color: #2B7CFA;
}
.BgClassName
{
background-color: #2B7CFA;
}
</style>
border-color css
<style>
span { border-color: #2B7CFA; }
span { border-color: rgb(43,124,250); }
td.TdClassName
{
border-color: #2B7CFA;
}
.TagClassName
{
border-color: #2B7CFA;
}
</style>