Shades of Dodger Blue #2686F1
Tints of Dodger Blue #2686F1
RGB
CMYK
RGB Variations
Color information
#2686F1 (or 0x2686F1) is known color: Dodger Blue. HEX triplet: 26, 86 and F1. RGB value is (38,134,241). Sum of RGB (Red+Green+Blue) = 38+134+241=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #2686F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2686F1 is #D9790E. Grayscale: #747474. Windows color (decimal): -14252303 or 15828518. OLE color: 15828518.
HSL color Cylindrical-coordinate representation of color #2686F1: hue angle of 211.63º 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 #2686F1 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 134 | 241 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.05 |
| HSL | 211.63º | 0.88% | 0.55% | - |
| HSV(B) | 211.63º | 0.84% | 0.95% | - |
| XYZ | 25.2 | 23.81 | 86.49 | - |
| YUV | 117.49 | 197.7 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 241 | 0.84 | 0.44 | 0 | 0.05 | 211.63 | 0.88 | 0.55 |
| Hex | 26 | 86 | F1 | 54 | 2C | 0 | 5 | D4 | 58 | 37 |
| Octal | 46 | 206 | 361 | 124 | 54 | 0 | 5 | 324 | 130 | 67 |
| Binary | 100110 | 10000110 | 11110001 | 1010100 | 101100 | 0 | 101 | 11010100 | 1011000 | 110111 |
Color Harmonies of #2686F1
Complementary color
Monochromatic Colors of #2686F1
Black with #2686F1
Text Example
Text Example
White with #2686F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2686F1; }
p { color: rgb(38,134,241); }
H1.HeaderClassName
{
color: #2686F1;
}
.AnyTagClassName
{
color: #2686F1;
}
</style>
background-color css
<style>
a { background-color: #2686F1; }
a { background-color: rgb(38,134,241); }
div.DivClassName
{
background-color: #2686F1;
}
.BgClassName
{
background-color: #2686F1;
}
</style>
border-color css
<style>
span { border-color: #2686F1; }
span { border-color: rgb(38,134,241); }
td.TdClassName
{
border-color: #2686F1;
}
.TagClassName
{
border-color: #2686F1;
}
</style>