Shades of Dodger Blue #2680F1
Tints of Dodger Blue #2680F1
RGB
CMYK
RGB Variations
Color information
#2680F1 (or 0x2680F1) is known color: Dodger Blue. HEX triplet: 26, 80 and F1. RGB value is (38,128,241). Sum of RGB (Red+Green+Blue) = 38+128+241=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #2680F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2680F1 is #D97F0E. Grayscale: #717171. Windows color (decimal): -14253839 or 15826982. OLE color: 15826982.
HSL color Cylindrical-coordinate representation of color #2680F1: hue angle of 213.4º degrees, saturation: 0.88, 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 #2680F1 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 128 | 241 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.05 |
| HSL | 213.4º | 0.88% | 0.55% | - |
| HSV(B) | 213.4º | 0.84% | 0.95% | - |
| XYZ | 24.4 | 22.2 | 86.22 | - |
| YUV | 113.97 | 199.68 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 241 | 0.84 | 0.47 | 0 | 0.05 | 213.4 | 0.88 | 0.55 |
| Hex | 26 | 80 | F1 | 54 | 2F | 0 | 5 | D5 | 58 | 37 |
| Octal | 46 | 200 | 361 | 124 | 57 | 0 | 5 | 325 | 130 | 67 |
| Binary | 100110 | 10000000 | 11110001 | 1010100 | 101111 | 0 | 101 | 11010101 | 1011000 | 110111 |
Color Harmonies of #2680F1
Complementary color
Monochromatic Colors of #2680F1
Black with #2680F1
Text Example
Text Example
White with #2680F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680F1; }
p { color: rgb(38,128,241); }
H1.HeaderClassName
{
color: #2680F1;
}
.AnyTagClassName
{
color: #2680F1;
}
</style>
background-color css
<style>
a { background-color: #2680F1; }
a { background-color: rgb(38,128,241); }
div.DivClassName
{
background-color: #2680F1;
}
.BgClassName
{
background-color: #2680F1;
}
</style>
border-color css
<style>
span { border-color: #2680F1; }
span { border-color: rgb(38,128,241); }
td.TdClassName
{
border-color: #2680F1;
}
.TagClassName
{
border-color: #2680F1;
}
</style>