Shades of Dodger Blue #2671FD
Tints of Dodger Blue #2671FD
RGB
CMYK
RGB Variations
Color information
#2671FD (or 0x2671FD) is known color: Dodger Blue. HEX triplet: 26, 71 and FD. RGB value is (38,113,253). Sum of RGB (Red+Green+Blue) = 38+113+253=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #2671FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671FD is #D98E02. Grayscale: #696969. Windows color (decimal): -14257667 or 16609574. OLE color: 16609574.
HSL color Cylindrical-coordinate representation of color #2671FD: hue angle of 219.07º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2671FD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 113 | 253 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.01 |
| HSL | 219.07º | 0.98% | 0.57% | - |
| HSV(B) | 219.07º | 0.85% | 0.99% | - |
| XYZ | 24.43 | 19.31 | 95.37 | - |
| YUV | 106.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 253 | 0.85 | 0.55 | 0 | 0.01 | 219.07 | 0.98 | 0.57 |
| Hex | 26 | 71 | FD | 55 | 37 | 0 | 1 | DB | 62 | 39 |
| Octal | 46 | 161 | 375 | 125 | 67 | 0 | 1 | 333 | 142 | 71 |
| Binary | 100110 | 1110001 | 11111101 | 1010101 | 110111 | 0 | 1 | 11011011 | 1100010 | 111001 |
Color Harmonies of #2671FD
Complementary color
Monochromatic Colors of #2671FD
Black with #2671FD
Text Example
Text Example
White with #2671FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671FD; }
p { color: rgb(38,113,253); }
H1.HeaderClassName
{
color: #2671FD;
}
.AnyTagClassName
{
color: #2671FD;
}
</style>
background-color css
<style>
a { background-color: #2671FD; }
a { background-color: rgb(38,113,253); }
div.DivClassName
{
background-color: #2671FD;
}
.BgClassName
{
background-color: #2671FD;
}
</style>
border-color css
<style>
span { border-color: #2671FD; }
span { border-color: rgb(38,113,253); }
td.TdClassName
{
border-color: #2671FD;
}
.TagClassName
{
border-color: #2671FD;
}
</style>