Shades of Dodger Blue #2683F6
Tints of Dodger Blue #2683F6
RGB
CMYK
RGB Variations
Color information
#2683F6 (or 0x2683F6) is known color: Dodger Blue. HEX triplet: 26, 83 and F6. RGB value is (38,131,246). Sum of RGB (Red+Green+Blue) = 38+131+246=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #2683F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2683F6 is #D97C09. Grayscale: #737373. Windows color (decimal): -14253066 or 16155430. OLE color: 16155430.
HSL color Cylindrical-coordinate representation of color #2683F6: hue angle of 213.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2683F6 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 131 | 246 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.04 |
| HSL | 213.17º | 0.92% | 0.56% | - |
| HSV(B) | 213.17º | 0.85% | 0.96% | - |
| XYZ | 25.55 | 23.3 | 90.34 | - |
| YUV | 116.3 | 201.19 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 246 | 0.85 | 0.47 | 0 | 0.04 | 213.17 | 0.92 | 0.56 |
| Hex | 26 | 83 | F6 | 55 | 2F | 0 | 4 | D5 | 5C | 38 |
| Octal | 46 | 203 | 366 | 125 | 57 | 0 | 4 | 325 | 134 | 70 |
| Binary | 100110 | 10000011 | 11110110 | 1010101 | 101111 | 0 | 100 | 11010101 | 1011100 | 111000 |
Color Harmonies of #2683F6
Complementary color
Monochromatic Colors of #2683F6
Black with #2683F6
Text Example
Text Example
White with #2683F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683F6; }
p { color: rgb(38,131,246); }
H1.HeaderClassName
{
color: #2683F6;
}
.AnyTagClassName
{
color: #2683F6;
}
</style>
background-color css
<style>
a { background-color: #2683F6; }
a { background-color: rgb(38,131,246); }
div.DivClassName
{
background-color: #2683F6;
}
.BgClassName
{
background-color: #2683F6;
}
</style>
border-color css
<style>
span { border-color: #2683F6; }
span { border-color: rgb(38,131,246); }
td.TdClassName
{
border-color: #2683F6;
}
.TagClassName
{
border-color: #2683F6;
}
</style>