Shades of Dodger Blue #2682F2
Tints of Dodger Blue #2682F2
RGB
CMYK
RGB Variations
Color information
#2682F2 (or 0x2682F2) is known color: Dodger Blue. HEX triplet: 26, 82 and F2. RGB value is (38,130,242). Sum of RGB (Red+Green+Blue) = 38+130+242=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #2682F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2682F2 is #D97D0D. Grayscale: #727272. Windows color (decimal): -14253326 or 15893030. OLE color: 15893030.
HSL color Cylindrical-coordinate representation of color #2682F2: hue angle of 212.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2682F2 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 130 | 242 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.05 |
| HSL | 212.94º | 0.89% | 0.55% | - |
| HSV(B) | 212.94º | 0.84% | 0.95% | - |
| XYZ | 24.81 | 22.79 | 87.1 | - |
| YUV | 115.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 242 | 0.84 | 0.46 | 0 | 0.05 | 212.94 | 0.89 | 0.55 |
| Hex | 26 | 82 | F2 | 54 | 2E | 0 | 5 | D5 | 59 | 37 |
| Octal | 46 | 202 | 362 | 124 | 56 | 0 | 5 | 325 | 131 | 67 |
| Binary | 100110 | 10000010 | 11110010 | 1010100 | 101110 | 0 | 101 | 11010101 | 1011001 | 110111 |
Color Harmonies of #2682F2
Complementary color
Monochromatic Colors of #2682F2
Black with #2682F2
Text Example
Text Example
White with #2682F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682F2; }
p { color: rgb(38,130,242); }
H1.HeaderClassName
{
color: #2682F2;
}
.AnyTagClassName
{
color: #2682F2;
}
</style>
background-color css
<style>
a { background-color: #2682F2; }
a { background-color: rgb(38,130,242); }
div.DivClassName
{
background-color: #2682F2;
}
.BgClassName
{
background-color: #2682F2;
}
</style>
border-color css
<style>
span { border-color: #2682F2; }
span { border-color: rgb(38,130,242); }
td.TdClassName
{
border-color: #2682F2;
}
.TagClassName
{
border-color: #2682F2;
}
</style>