Shades of Dodger Blue #2671FB
Tints of Dodger Blue #2671FB
RGB
CMYK
RGB Variations
Color information
#2671FB (or 0x2671FB) is known color: Dodger Blue. HEX triplet: 26, 71 and FB. RGB value is (38,113,251). Sum of RGB (Red+Green+Blue) = 38+113+251=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #2671FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671FB is #D98E04. Grayscale: #696969. Windows color (decimal): -14257669 or 16478502. OLE color: 16478502.
HSL color Cylindrical-coordinate representation of color #2671FB: hue angle of 218.87º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2671FB is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 113 | 251 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.02 |
| HSL | 218.87º | 0.96% | 0.57% | - |
| HSV(B) | 218.87º | 0.85% | 0.98% | - |
| XYZ | 24.12 | 19.19 | 93.7 | - |
| YUV | 106.31 | 209.65 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 251 | 0.85 | 0.55 | 0 | 0.02 | 218.87 | 0.96 | 0.57 |
| Hex | 26 | 71 | FB | 55 | 37 | 0 | 2 | DB | 60 | 39 |
| Octal | 46 | 161 | 373 | 125 | 67 | 0 | 2 | 333 | 140 | 71 |
| Binary | 100110 | 1110001 | 11111011 | 1010101 | 110111 | 0 | 10 | 11011011 | 1100000 | 111001 |
Color Harmonies of #2671FB
Complementary color
Monochromatic Colors of #2671FB
Black with #2671FB
Text Example
Text Example
White with #2671FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671FB; }
p { color: rgb(38,113,251); }
H1.HeaderClassName
{
color: #2671FB;
}
.AnyTagClassName
{
color: #2671FB;
}
</style>
background-color css
<style>
a { background-color: #2671FB; }
a { background-color: rgb(38,113,251); }
div.DivClassName
{
background-color: #2671FB;
}
.BgClassName
{
background-color: #2671FB;
}
</style>
border-color css
<style>
span { border-color: #2671FB; }
span { border-color: rgb(38,113,251); }
td.TdClassName
{
border-color: #2671FB;
}
.TagClassName
{
border-color: #2671FB;
}
</style>