Shades of Dodger Blue #2680DF
Tints of Dodger Blue #2680DF
RGB
CMYK
RGB Variations
Color information
#2680DF (or 0x2680DF) is known color: Dodger Blue. HEX triplet: 26, 80 and DF. RGB value is (38,128,223). Sum of RGB (Red+Green+Blue) = 38+128+223=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #2680DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680DF is #D97F20. Grayscale: #6F6F6F. Windows color (decimal): -14253857 or 14647334. OLE color: 14647334.
HSL color Cylindrical-coordinate representation of color #2680DF: hue angle of 210.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2680DF is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 128 | 223 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.13 |
| HSL | 210.81º | 0.74% | 0.51% | - |
| HSV(B) | 210.81º | 0.83% | 0.87% | - |
| XYZ | 21.84 | 21.18 | 72.75 | - |
| YUV | 111.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 223 | 0.83 | 0.43 | 0 | 0.13 | 210.81 | 0.74 | 0.51 |
| Hex | 26 | 80 | DF | 53 | 2B | 0 | D | D3 | 4A | 33 |
| Octal | 46 | 200 | 337 | 123 | 53 | 0 | 15 | 323 | 112 | 63 |
| Binary | 100110 | 10000000 | 11011111 | 1010011 | 101011 | 0 | 1101 | 11010011 | 1001010 | 110011 |
Color Harmonies of #2680DF
Complementary color
Monochromatic Colors of #2680DF
Black with #2680DF
Text Example
Text Example
White with #2680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680DF; }
p { color: rgb(38,128,223); }
H1.HeaderClassName
{
color: #2680DF;
}
.AnyTagClassName
{
color: #2680DF;
}
</style>
background-color css
<style>
a { background-color: #2680DF; }
a { background-color: rgb(38,128,223); }
div.DivClassName
{
background-color: #2680DF;
}
.BgClassName
{
background-color: #2680DF;
}
</style>
border-color css
<style>
span { border-color: #2680DF; }
span { border-color: rgb(38,128,223); }
td.TdClassName
{
border-color: #2680DF;
}
.TagClassName
{
border-color: #2680DF;
}
</style>