Shades of Dodger Blue #2682FB
Tints of Dodger Blue #2682FB
RGB
CMYK
RGB Variations
Color information
#2682FB (or 0x2682FB) is known color: Dodger Blue. HEX triplet: 26, 82 and FB. RGB value is (38,130,251). Sum of RGB (Red+Green+Blue) = 38+130+251=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #2682FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2682FB is #D97D04. Grayscale: #737373. Windows color (decimal): -14253317 or 16482854. OLE color: 16482854.
HSL color Cylindrical-coordinate representation of color #2682FB: hue angle of 214.08º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2682FB is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 130 | 251 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.02 |
| HSL | 214.08º | 0.96% | 0.57% | - |
| HSV(B) | 214.08º | 0.85% | 0.98% | - |
| XYZ | 26.19 | 23.34 | 94.39 | - |
| YUV | 116.29 | 204.02 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 251 | 0.85 | 0.48 | 0 | 0.02 | 214.08 | 0.96 | 0.57 |
| Hex | 26 | 82 | FB | 55 | 30 | 0 | 2 | D6 | 60 | 39 |
| Octal | 46 | 202 | 373 | 125 | 60 | 0 | 2 | 326 | 140 | 71 |
| Binary | 100110 | 10000010 | 11111011 | 1010101 | 110000 | 0 | 10 | 11010110 | 1100000 | 111001 |
Color Harmonies of #2682FB
Complementary color
Monochromatic Colors of #2682FB
Black with #2682FB
Text Example
Text Example
White with #2682FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682FB; }
p { color: rgb(38,130,251); }
H1.HeaderClassName
{
color: #2682FB;
}
.AnyTagClassName
{
color: #2682FB;
}
</style>
background-color css
<style>
a { background-color: #2682FB; }
a { background-color: rgb(38,130,251); }
div.DivClassName
{
background-color: #2682FB;
}
.BgClassName
{
background-color: #2682FB;
}
</style>
border-color css
<style>
span { border-color: #2682FB; }
span { border-color: rgb(38,130,251); }
td.TdClassName
{
border-color: #2682FB;
}
.TagClassName
{
border-color: #2682FB;
}
</style>