Shades of Dodger Blue #2680F2
Tints of Dodger Blue #2680F2
RGB
CMYK
RGB Variations
Color information
#2680F2 (or 0x2680F2) is known color: Dodger Blue. HEX triplet: 26, 80 and F2. RGB value is (38,128,242). Sum of RGB (Red+Green+Blue) = 38+128+242=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #2680F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2680F2 is #D97F0D. Grayscale: #717171. Windows color (decimal): -14253838 or 15892518. OLE color: 15892518.
HSL color Cylindrical-coordinate representation of color #2680F2: hue angle of 213.53º 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 #2680F2 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 128 | 242 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.05 |
| HSL | 213.53º | 0.89% | 0.55% | - |
| HSV(B) | 213.53º | 0.84% | 0.95% | - |
| XYZ | 24.55 | 22.26 | 87.01 | - |
| YUV | 114.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 242 | 0.84 | 0.47 | 0 | 0.05 | 213.53 | 0.89 | 0.55 |
| Hex | 26 | 80 | F2 | 54 | 2F | 0 | 5 | D6 | 59 | 37 |
| Octal | 46 | 200 | 362 | 124 | 57 | 0 | 5 | 326 | 131 | 67 |
| Binary | 100110 | 10000000 | 11110010 | 1010100 | 101111 | 0 | 101 | 11010110 | 1011001 | 110111 |
Color Harmonies of #2680F2
Complementary color
Monochromatic Colors of #2680F2
Black with #2680F2
Text Example
Text Example
White with #2680F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680F2; }
p { color: rgb(38,128,242); }
H1.HeaderClassName
{
color: #2680F2;
}
.AnyTagClassName
{
color: #2680F2;
}
</style>
background-color css
<style>
a { background-color: #2680F2; }
a { background-color: rgb(38,128,242); }
div.DivClassName
{
background-color: #2680F2;
}
.BgClassName
{
background-color: #2680F2;
}
</style>
border-color css
<style>
span { border-color: #2680F2; }
span { border-color: rgb(38,128,242); }
td.TdClassName
{
border-color: #2680F2;
}
.TagClassName
{
border-color: #2680F2;
}
</style>