Shades of Dodger Blue #2671FA
Tints of Dodger Blue #2671FA
RGB
CMYK
RGB Variations
Color information
#2671FA (or 0x2671FA) is known color: Dodger Blue. HEX triplet: 26, 71 and FA. RGB value is (38,113,250). Sum of RGB (Red+Green+Blue) = 38+113+250=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #2671FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671FA is #D98E05. Grayscale: #696969. Windows color (decimal): -14257670 or 16412966. OLE color: 16412966.
HSL color Cylindrical-coordinate representation of color #2671FA: hue angle of 218.77º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2671FA is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 113 | 250 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.02 |
| HSL | 218.77º | 0.95% | 0.56% | - |
| HSV(B) | 218.77º | 0.85% | 0.98% | - |
| XYZ | 23.96 | 19.12 | 92.87 | - |
| YUV | 106.19 | 209.15 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 250 | 0.85 | 0.55 | 0 | 0.02 | 218.77 | 0.95 | 0.56 |
| Hex | 26 | 71 | FA | 55 | 37 | 0 | 2 | DB | 5F | 38 |
| Octal | 46 | 161 | 372 | 125 | 67 | 0 | 2 | 333 | 137 | 70 |
| Binary | 100110 | 1110001 | 11111010 | 1010101 | 110111 | 0 | 10 | 11011011 | 1011111 | 111000 |
Color Harmonies of #2671FA
Complementary color
Monochromatic Colors of #2671FA
Black with #2671FA
Text Example
Text Example
White with #2671FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671FA; }
p { color: rgb(38,113,250); }
H1.HeaderClassName
{
color: #2671FA;
}
.AnyTagClassName
{
color: #2671FA;
}
</style>
background-color css
<style>
a { background-color: #2671FA; }
a { background-color: rgb(38,113,250); }
div.DivClassName
{
background-color: #2671FA;
}
.BgClassName
{
background-color: #2671FA;
}
</style>
border-color css
<style>
span { border-color: #2671FA; }
span { border-color: rgb(38,113,250); }
td.TdClassName
{
border-color: #2671FA;
}
.TagClassName
{
border-color: #2671FA;
}
</style>